import { TolgeeInstance } from '@tolgee/web'; import { i18n } from 'i18next'; export declare const withTolgee: (i18n: i18n, tolgee: TolgeeInstance) => i18n;