export declare const i18n: { locales: string[]; alias: Map; defaultLocale: string; useBrowserDefault: boolean; getLocaleName: (locale: string) => string; getTranslations: (locale: string) => any; getCountry: (locale: string) => string; getLanguage: (locale: string) => string; sanitizeLocale: (locale: string) => string; exists: (locale: string) => boolean; mergeTranslations: (translations: Map, secondTranslations: Map, prefix: string) => void; }; //# sourceMappingURL=i18n.d.ts.map