import { Provider } from '@ethersproject/abstract-provider';
export declare const getChainId: (provider: Provider) => Promise<number>;
