import { I18nTranslation } from '../interfaces';
export declare function mergeDeep(target: I18nTranslation, ...sources: any): I18nTranslation;
