import { ChainId } from '../chainId'; export declare const sepolia: { readonly id: ChainId.SEPOLIA; readonly name: "sepolia"; readonly fullName: "Sepolia"; readonly kebabCaseName: "sepolia"; readonly mainnetKebabCaseName: "ethereum"; readonly defiLlamaName: ""; readonly isEVM: true; readonly testnet: true; readonly averageBlockTime: 12; readonly features: { readonly infinity: true; }; }; //# sourceMappingURL=sepolia.d.ts.map