export interface JSONRPCProviderManager { getInstance(): Promise<JSONRPCProvider>; }
getInstance(): Promise<JSONRPCProvider>;