/** * Creates a deep clone of an object, maintaining proxy behavior for Maps and Sets */ export declare function deepClone(obj: T, getRefSet?: () => WeakSet): T;