interface ImportMetaEnv { [key: string]: any; BASE_URL: string; MODE: string; DEV: boolean; PROD: boolean; } interface ImportMeta { url: string; readonly hot?: import('vite/types/hot.d.ts').ViteHotContext; readonly env: ImportMetaEnv; glob: import('vite/types/importGlob.d.ts').ImportGlobFunction; }