export declare function deepClone<T>(obj: T): T;
export declare function cloneMap<T, V>(map: Map<T, V>): Map<T, V>;
