declare module to extend nuxt/schema's AppConfigInput on the index.d.ts file... where is that?src/composables/useFoo.ts instead, src/composables/index.d.ts and src/index.d.ts, but neither validates my custom entry in app.config.ts. where should this be done I? what if there are other declarations and exports on the same file?