interface ImportMetaEnv { readonly PUBLIC_PROXY_HOST: string; } interface ImportMeta { readonly env: ImportMetaEnv; }