export declare const teleSwapCcrSupportedChains: ("ETH" | "BSC" | "POLYGON" | "ARBITRUM" | "OPTIMISM" | "BASE" | "BITCOIN")[];
export type TeleSwapCcrSupportedChain = (typeof teleSwapCcrSupportedChains)[number];
export declare const teleSwapBaseChains: ("BSC" | "POLYGON")[];
export type TeleSwapCcrBaseChain = (typeof teleSwapBaseChains)[number];
