import { i18n as I18nType, InitOptions } from "i18next";
export declare function initializeI18n(options: InitOptions): Promise<I18nType>;
