export declare function deepPick(obj: object, paths: Array): {}; export declare function deepOmit(obj: object, paths: Array): object;