export declare class Utils {
    static isEmptyJson(obj: any): boolean;
    static isNotEmptyJson(obj: any): boolean;
}
