import { ChainId } from '../chainId'; export declare const arbitrumGoerli: { readonly id: ChainId.ARBITRUM_GOERLI; readonly name: "arbGoerli"; readonly fullName: "Arbitrum Goerli"; readonly kebabCaseName: "arbitrum-goerli"; readonly mainnetKebabCaseName: "arbitrum"; readonly defiLlamaName: ""; readonly isEVM: true; readonly isL2: true; readonly testnet: true; readonly averageBlockTime: 0.25; readonly features: { readonly pools: true; }; }; //# sourceMappingURL=arbitrumGoerli.d.ts.map