export declare const NETWORK_TYPES: { readonly COSMOS: "cosmos"; readonly EVM: "evm"; readonly BSC: "bsc"; readonly TRON: "tron"; readonly BITCOIN: "bitcoin"; readonly TON: "ton"; readonly SVM: "svm"; }; export type NetworkType = (typeof NETWORK_TYPES)[keyof typeof NETWORK_TYPES]; export type CoinType = 0 | 118 | 60 | 195 | 501 | 607;