import "i18next"; import resources from "./resources"; declare module "i18next" { interface CustomTypeOptions { resources: { translation: typeof resources }; strictKeyChecks: true; enableSelector: true; } }