/** * Get a deep copy of a object. */ export declare function deepCopy(obj: T): T;