import type { EthereumProvider } from "hardhat/types/providers";
export declare function getChainId(provider: EthereumProvider): Promise<number>;
//# sourceMappingURL=chains.d.ts.map