export declare class Utils { /** * Deep clone a object * @param object The object */ static deepClone(object: T): T; }