export declare const simpleSwapCcrProxySupportedChains: ("ETH" | "BSC" | "POLYGON" | "AVALANCHE" | "MOONRIVER" | "FANTOM" | "HARMONY" | "ARBITRUM" | "TELOS" | "OPTIMISM" | "CRONOS" | "MOONBEAM" | "CELO" | "KAVA" | "METIS" | "KLAYTN" | "VELAS" | "SYSCOIN" | "IOTEX" | "ZK_SYNC" | "LINEA" | "BASE" | "MANTLE" | "MANTA_PACIFIC" | "SCROLL" | "ZETACHAIN" | "BLAST" | "MERLIN" | "MODE" | "ZK_LINK" | "TAIKO" | "SEI" | "CORE")[]; export type SimpleSwapCcrProxySupportedChains = (typeof simpleSwapCcrProxySupportedChains)[number];