export declare function pick(object: T, keys: K[]): Pick; export declare function omit(obj: T, ...keys: K[]): Omit;