type DeepMergeable = { [key: string]: any; }; export declare function deepMerge(target: T, source: U): T & U; export {};