export declare function pick(obj: any, paths: string[]): {}; export declare function omit(obj: any, paths: string[]): any;