declare module 'i18next-fs-backend' { import { BackendModule } from 'i18next'; const backend: BackendModule; export default backend; }