export interface Env { apiURL: string; rpcURL: string; prefix?: string; }