type PickResult = Required>; export declare function pick(obj: O, ...keys: K[]): PickResult; export {}; //# sourceMappingURL=pick.d.ts.map