import { ChainId } from '../chainId'; export declare const ethereum: { readonly id: ChainId.ETHEREUM; readonly name: "eth"; readonly fullName: "Ethereum"; readonly kebabCaseName: "ethereum"; readonly mainnetKebabCaseName: "ethereum"; readonly defiLlamaName: "ethereum"; readonly isEVM: true; readonly averageBlockTime: 12; readonly features: { readonly pools: true; readonly farms: true; readonly prediction: false; readonly aggregator: true; readonly v2: true; readonly v3: true; }; }; //# sourceMappingURL=ethereum.d.ts.map