/** * Creates a new object based on the list of keys passed in. * @param obj the source object * @param keys the array of target keys to copy into the returned object */ export declare function pick, In extends Out>(obj: In, keys: string[]): Out; //# sourceMappingURL=index.d.ts.map