export declare const isJsonStrMatch: (a: any, b: any) => boolean;
export declare const isEmptyObject: (a: any) => boolean;
