import type { PartialDeep } from '../types'; export declare function mergeObjects(part: PartialDeep, full: T): any; //# sourceMappingURL=mergeObjects.d.ts.map