import i18n from 'i18next'; import { Locale } from '@/types/locale'; /** * Init i18next with the given locale. **/ export declare function i18nInit(locale?: Locale, publicPath?: any): void; export default i18n;