/// declare module '*.vue' { import type { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any> export default component } interface ImportMetaEnv { readonly PACKAGE_VERSION: string; // more env variables... } interface ImportMeta { readonly env: ImportMetaEnv }