import { JsonRpcProvider } from 'ethers'; import { WrappedBrowserProvider } from '../types'; /** * Get the underlying chain id from the provider * @param provider * @returns chainId number */ export declare function getUnderlyingChainId(provider: JsonRpcProvider | WrappedBrowserProvider): Promise;