**Describe the bug** This is related to this [issue](https://github.com/nuxt/nuxt/pull/28542), I'm getting typescript error when using auto-imported functions in templates. **To Reproduce** Example: ```ts // utils export const isBool = () => true // use it inside template <template> <div> is bool {{ isBool() }} </div> </template> ``` error: Vue: Property does not exist  **Expected behavior** to resolve auto imported functions in templates **Versions** vue: 3.5.13 vue-apollo: 4.2.0 @apollo/client: 3.11.10