import type { DeepCloneOptions } from './typings';
export declare function deepClone<T>(target: T, options?: DeepCloneOptions): Promise<T>;
//# sourceMappingURL=deep-clone.d.ts.map