export declare const mergeObjectsDeep: (obj1: T, obj2: U) => T & U;