export declare const celerCrossChainSupportedBlockchains: readonly ["ETH", "BSC", "POLYGON", "AVALANCHE", "FANTOM", "ARBITRUM"];
export declare type CelerCrossChainSupportedBlockchain = typeof celerCrossChainSupportedBlockchains[number];
