interface ImportMetaEnv { readonly PUBLIC_REPO_VERSION_HASH: string; readonly PUBLIC_BUILD_ENVIRONMENT: string; } interface ImportMeta { readonly env: ImportMetaEnv; }