export declare function pick<O extends object, K extends keyof O>(object: O, keys: K[]): Pick<O, K>;
//# sourceMappingURL=pick.d.ts.map