export declare const pick: (object: T, keys: K[]) => Pick; export default pick; //# sourceMappingURL=pick.d.ts.map