import { ChainId } from '../chainId'; export declare const opbnbTestnet: { readonly id: ChainId.OPBNB_TESTNET; readonly name: "opBnbTestnet"; readonly fullName: "opBNB Testnet"; readonly kebabCaseName: "opbnb-testnet"; readonly mainnetKebabCaseName: "opbnb"; readonly defiLlamaName: ""; readonly isEVM: true; readonly isL2: true; readonly testnet: true; readonly averageBlockTime: 0.5; readonly features: { readonly v3: true; }; }; //# sourceMappingURL=opbnbTestnet.d.ts.map