export declare function isEmptyJsonObject(jsonString: string): boolean; export declare function isEmptyObject(obj: any): boolean;