export declare const isEqualJSON: (json1?: {}, json2?: {}) => boolean;
