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