import "i18next"; import type { resources } from "../../public/locales/en.d.ts"; declare module "i18next" { interface CustomTypeOptions { resources: { translation: typeof resources }; } }