export declare const eddyBridgeSupportedChains: readonly ["BSC", "ZETACHAIN", "ETH"]; export type EddyBridgeSupportedChain = (typeof eddyBridgeSupportedChains)[number]; export type TssAvailableEddyBridgeChain = Exclude;