import { i18n } from 'i18next'; export declare function initI18n(pluginName: string, namespace?: string, localesPath?: string | undefined): i18n; export declare const i18nInstance: i18n;