import type { UnionToIntersection } from "../@types/UnionToIntersection"; export declare function deepMerge(...objects: T): UnionToIntersection; //# sourceMappingURL=deepMerge.d.ts.map