import { BLOCKCHAIN_NAME } from "../../../../../../core/blockchain/models/blockchain-name"; export declare const archonBridgeSupportedBlockchains: readonly ["ETH", "AVALANCHE", "HORIZEN_EON"]; export type ArchonBridgeSupportedBlockchain = (typeof archonBridgeSupportedBlockchains)[number]; export type ArchonBridgeNonEonSupportedBlockchain = Exclude;