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