declare const initLanguage: (language: string) => void; declare const i18n: (text: string, ns?: string) => string; export { initLanguage, i18n };