import { type JsonValue } from '@inversifyjs/json-schema-types'; export declare function deepMerge(target: JsonValue | undefined, source: JsonValue): JsonValue; //# sourceMappingURL=deepMerge.d.ts.map