export declare function deepGet(obj: any, props: any, defaultValue: any): any; export declare function deepSet(obj: any, path: string, value: any): any;