///
interface ImportMetaEnv {
readonly VITE_GA_MEASUREMENT_ID?: string
readonly VITE_ANALYTICS_DEBUG?: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent