export declare function pathWalk(obj: any, path: string): any; export declare function clone(obj: any): any;