export declare const ChainToPublicRpc: Record; export declare const ChainIdToChain: Record; export type Chain = "Polygon" | "Mumbai" | "Goerli" | "Ethereum" | "Avalanche" | "Optimism" | "OptimismGoerli" | "BSC" | "BSCTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "Fantom" | "FantomTestnet" | "Sepolia" | "AvalancheFuji"; export type SupportedChainName = Chain | "Rinkeby"; //# sourceMappingURL=blockchain.d.ts.map