type JSONValue = string | number | boolean | { [x: string]: JSONValue; } | JSONValue[]; export declare function compareJSONObject(obj1: T, obj2: T): any; export {}; //# sourceMappingURL=index.d.ts.map