import { BLOCKCHAIN_NAME } from "../../../../../../core/blockchain/models/blockchain-name"; import { ArchonBridgeSupportedBlockchain } from "./archon-bridge-supported-blockchain"; type EonContract = { wrapRouter: string; originRouter: string; rubicRouter: string; }; export declare const archonBridgeOutContractAddress: Record, EonContract>; export declare const archonBridgeInContractAddress: Record, EonContract>; export {};