import type { InitOptions } from 'i18next'; import type { GlobalData } from '../../../types/index.js'; export declare function initL10n(l10n: GlobalData['l10n'], locale: InitOptions['lng']): Promise; //# sourceMappingURL=initL10n.d.ts.map