export declare function pick(obj: Record<string, any> | null, ...keyPaths: (string | string[])[]): {};
