export declare function mergeDeep(target: Record<string, any>, source: Record<string, any>): Record<string, any>;
