export declare function del(obj: any, path?: any): any; export declare function get(obj: any, path: any, defaultValue?: any): any;