/// interface ImportMetaEnv { readonly CLI_VERSION: string; } interface ImportMeta { readonly env: ImportMetaEnv; }