export declare const retroBridgeSupportedBlockchain: ("ETH" | "BSC" | "POLYGON" | "POLYGON_ZKEVM" | "AVALANCHE" | "ARBITRUM" | "OPTIMISM" | "METIS" | "STARKNET" | "ZK_SYNC" | "LINEA" | "BASE" | "MANTLE" | "MANTA_PACIFIC" | "SCROLL" | "ZETACHAIN" | "BLAST" | "KROMA" | "MODE" | "ZK_LINK" | "XLAYER" | "TAIKO" | "GRAVITY" | "TON")[]; export type RetroBridgeSupportedBlockchain = (typeof retroBridgeSupportedBlockchain)[number];