/** * You can use any options from https://www.i18next.com/overview/configuration-options */ declare const _default: { enabled: boolean; preload: string[]; supportedLngs: string[]; fallbackLng: string; saveMissing: boolean; debug: boolean; lookupQuerystring: string; }; export default _default;