/**
* Deep copy utility
* Creates a deep copy of an object or array
*//**
* Creates a deep copy of an object or array
* @param obj - Object to copy
* @returns Deep copy of the object
*/exportdefault function deepCopy(obj: any): any;//# sourceMappingURL=deepCopy.d.ts.map