import { Host } from '@wix/sdk-types'; interface Messages { [key: string]: string; } export declare function createI18n(host: Host, asyncMessagesLoader?: (language: string) => Promise): import("i18next").i18n; export {};