import { JsonRpcProvider } from '@ethersproject/providers'; export declare const getJsonRPCProvider: (rpcUrl: string) => Promise;