export declare const cbridgeSupportedBlockchains: readonly ["BSC", "POLYGON", "AVALANCHE", "ETH", "FANTOM", "ARBITRUM", "AURORA", "OPTIMISM", "ASTAR_EVM", "GOERLI", "BSCT", "MUMBAI", "FUJI"]; export type CbridgeCrossChainSupportedBlockchain = (typeof cbridgeSupportedBlockchains)[number];