export declare const mergeDeepImmer: (target: Object, ...sources: Array<Object>) => any;
