import { RiverChainConfig } from '@towns-protocol/web3';
import { StreamRpcClient } from './makeStreamRpcClient';
import { ethers } from 'ethers';
import { RpcOptions } from './rpcCommon';
export declare function makeRiverRpcClient(provider: ethers.providers.Provider, config: RiverChainConfig, opts?: RpcOptions): Promise<StreamRpcClient>;
//# sourceMappingURL=makeRiverRpcClient.d.ts.map