declare module '*.vue' { import { ComponentOptions } from 'vue'; const componentOptions: ComponentOptions; export default componentOptions; } interface ImportMetaEnv {} interface ImportMeta { readonly env: ImportMetaEnv; }