/** * Lodash defaultsDeep mutates the original objects. * This helper runes defaultsDeep on deep copies of the object to preserve the original objects. */ declare const defaultsDeepClone: (obj1: unknown, obj2: unknown) => any; export default defaultsDeepClone; //# sourceMappingURL=defaultsDeepClone.d.ts.map