E.g., when `controllerOpts.globalMixin` is set to `false`, make this module automatically and reference `.nuxt/i18n/vintl.d.ts` with the following contents: ```ts declare global { namespace VueIntlController { interface Options { globalMixin: false } } } ```