import { I18nDict, I18nDictModifier } from './interface';
export declare function mergeI18n(input: I18nDictModifier): I18nDict;
