import '../../../../../i18next/i18next.min.js'; import { i18n } from '../../../../../i18next/i18next.min.js'; import { providerName } from '../../common/appContext/i18n.js'; declare type Ii18n = i18n; export { providerName, Ii18n }; export declare function getI18n(): Promise;