import { ethers } from 'ethers'; declare const provider: (rpcUrl?: string | undefined) => ethers.providers.JsonRpcProvider; export default provider;