import { ethers } from 'ethers';
export declare const getChainId: (provider: ethers.providers.Web3Provider) => Promise<string>;
