import { ChainId } from '@sky-mavis/katana-core';
import { ethers } from 'ethers';
declare const getRoninReadProvider: (chainId: ChainId) => ethers.providers.StaticJsonRpcProvider;
export { getRoninReadProvider };
//# sourceMappingURL=provider.d.ts.map