import { Obj } from '../../ts-types'; export declare const deepClone: (obj: Obj) => Obj; //# sourceMappingURL=index.d.ts.map