import { ChainId } from '../chainId'; export declare const scrollSepolia: { readonly id: ChainId.SCROLL_SEPOLIA; readonly name: "scrollSepolia"; readonly fullName: "Scroll Sepolia"; readonly kebabCaseName: "scroll-sepolia"; readonly defiLlamaName: ""; readonly isEVM: true; readonly isL2: true; readonly testnet: true; readonly averageBlockTime: 1; }; //# sourceMappingURL=scrollSepolia.d.ts.map