import { EvmBlockchainName } from "../../../../../../core/blockchain/models/blockchain-name"; import { TssAvailableEddyBridgeChain } from './eddy-bridge-supported-chains'; export declare const EDDY_OMNI_CONTRACT_IN_ZETACHAIN = "0xD494685B830e8C81Af6c7DA2B6E6C70e526019cE"; export declare const EDDY_OMNI_CONTRACT_IN_ZETACHAIN_FOR_ANY_CHAIN = "0x3BdEA1CB47Ce41d3c7F6886A42117266EC457370"; export declare const TSS_ADDRESSES_EDDY_BRIDGE: Record; export declare const CUSTODY_ADDRESSES: Partial>; export declare const ZETA_CHAIN_SUPPORTED_TOKENS: ZetachainTokenInfo[]; interface ZetachainTokenInfo { symbol: string; relativeChain: EvmBlockchainName; address: string; } export {};