export declare const uniZenCcrSupportedChains: ("ETH" | "BSC" | "POLYGON" | "AVALANCHE" | "FANTOM" | "ARBITRUM" | "OPTIMISM" | "BASE")[]; export type UniZenCcrSupportedChain = (typeof uniZenCcrSupportedChains)[number];