export declare const stargateCrossChainSupportedBlockchains: readonly ["ETH", "BSC", "POLYGON", "AVALANCHE", "FANTOM", "ARBITRUM", "OPTIMISM", "METIS", "BASE"]; export type StargateCrossChainSupportedBlockchain = (typeof stargateCrossChainSupportedBlockchains)[number];