/** * Deep cloning helper for objects */ declare function deepClone(obj: T): T; export = deepClone;