import { IsEthereumParams } from '../types'; /** * isEthereum * - Checks if the chain is mainnet or sepolia */ export declare function isEthereum({ chainId, isMainnetOnly, }: IsEthereumParams): boolean; //# sourceMappingURL=isEthereum.d.ts.map