export declare const omit: (obj: T, keys: (keyof T)[]) => Partial;