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