import { i18n as I18nInstance } from 'i18next'; export declare const createI18nInstance: (language?: string) => I18nInstance;