import type { i18n } from 'i18next'; declare function getBrowserLanguage(): string; declare const i18nextInnerInstance: i18n; export default i18nextInnerInstance; export { getBrowserLanguage };