and I am hitting some issues with auto-imports. I want the autoimports defined in that nuxt-auth-utils module to be available in my module, and to the app that would use my module. Do I have to do some explicit "re-exporting" for this to work? I notice I can access things in my module without importing them explicitly from #imports. However, tests fail, and also vue-tsc and my ide type checking do not see the exports. What is a good approach here?