import { ChainId } from '../chainId'; export declare const lineaTestnet: { readonly id: ChainId.LINEA_TESTNET; readonly name: "lineaTestnet"; readonly fullName: "Linea Testnet"; readonly kebabCaseName: "linea-testnet"; readonly mainnetKebabCaseName: "linea"; readonly defiLlamaName: ""; readonly isEVM: true; readonly isL2: true; readonly testnet: true; readonly averageBlockTime: 2; readonly features: { readonly pools: true; }; }; //# sourceMappingURL=lineaTestnet.d.ts.map