import { providers } from 'ethers';
export declare const getProvider: (rpcUrl: string) => providers.JsonRpcProvider;
