export declare class Utils {
    static cleanObject(obj: any): any;
    static cloneObject(obj: any): any;
}
