export declare function omit(obj: T, keys: (keyof T)[]): Omit;