import { GeneralObject } from '../types'; export declare function pick(obj: GeneralObject | null, ...keyPaths: (string | string[])[]): {};