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