import { TFunction } from 'i18next'; export declare const i18n: { getLanguage: () => string; getLocale: () => string; getTranslationFunction: () => TFunction; } & import("@wix/sdk-types").HostModule<{ getLanguage: () => string; getLocale: () => string; getTranslationFunction: () => TFunction; }, import("@wix/sdk-types").Host>;