/** * Deep clones a object in the most easiest manner. */ export declare function cloneObject>(obj: T): T;