import { ethers } from 'ethers';
import { ChainIds } from '../models';
export declare const getProvider: (chainId: ChainIds) => ethers.providers.StaticJsonRpcProvider;
