export declare function omit>(object: T, keys?: K[], rest?: R): Omit & (R extends undefined ? Record : R);