type Picker = (obj: OBJECT, ...keys: KEYS) => Pick>; export declare const pick: Picker; export {};