export declare const acrossCcrSupportedChains: ("ETH" | "POLYGON" | "ARBITRUM" | "OPTIMISM" | "ZK_SYNC" | "LINEA" | "BASE" | "SCROLL" | "BLAST" | "MODE" | "SONEIUM" | "UNICHAIN")[]; export type AccrossCcrSupportedChains = (typeof acrossCcrSupportedChains)[number];