export declare const get: (obj: any, path: string, defaultValue?: undefined) => any; export declare function isEqual(obj1: any, obj2: any): boolean;