declare const pick: (object: T | null, props: K[]) => T extends null ? { [key: string]: never; } : Pick; export { pick }; //# sourceMappingURL=pick.d.ts.map