import { ChainId } from '../chainId'; export declare const bscTestnet: { readonly id: ChainId.BSC_TESTNET; readonly name: "bscTestnet"; readonly fullName: "BNB Chain Testnet"; readonly kebabCaseName: "bsc-testnet"; readonly mainnetKebabCaseName: "bsc"; readonly defiLlamaName: ""; readonly isEVM: true; readonly testnet: true; readonly averageBlockTime: 0.45; readonly features: { readonly pools: true; readonly farms: true; readonly infinity: true; readonly v2: true; readonly v3: true; }; }; //# sourceMappingURL=bscTestnet.d.ts.map