/** * @deprecated Use the native global [`structuredClone()`](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone) method * @param obj * @returns */ export declare function cloneDeep(obj: any): any;