type IAnyObject = Record; /** Deep merge objects to the first one */ export declare const deepAssign: & Partial = T & U>(originObject: T, ...overrideObjects: (U | null | undefined)[]) => V; export {};