export declare const ETHEREUM: string; export declare const SOLANA: string; export declare const BITCOIN: string; export declare const RIPPLE: string; export declare const ETHEREUM_DEFAULT: string; export declare const SOLANA_DEFAULT: string; export declare const BITCOIN_DEFAULT: string; export declare const BNB_BEACON_DEFAULT: string; export declare const TRON_DEFAULT: string; export declare const LITECOIN_DEFAULT: string; export declare const ERC721_INTERFACE_ID = "0x80ac58cd"; export declare const MAINNET_BETA: string; export declare const TESTNET: string; export declare const DEVNET: string; export declare const BTC_MAINNET = "bitcoin"; export declare const BTC_REGTEST = "regtest"; export declare const BTC_TESTNET = "testnet"; export declare const LITECOIN_NETWORK_PROTOTYPE: { messagePrefix: string; bech32: string; bip32: { public: number; private: number; }; pubKeyHash: number; scriptHash: number; wif: number; }; export declare const ETHER_GASSTATION_APIKEY = "9218ce9ba793ff0339045d78a4161ad4b9c5d1ebad3158197514ac957d40"; export declare const ETHER_GASSTATION_API: string; export declare const BWS_INSTANCE_URL: string; export declare const SOLANA_TOKENLIST_URI: string; export declare const GET_HEDERA_ACCOUNTID_ENDPOINT: string; export declare const CREATE_WALLET: string; export declare const IMPORT_WALLET: string; export declare const CREATE_MASTERSEED: string; export declare const CREATE_ACCOUNT: string; export declare const IMPORT_ACCOUNT: string; export declare const GET_BALANCE: string; export declare const GET_BALANCES: string; export declare const GET_TOKEN: string; export declare const GET_TOKEN_LIST: string; export declare const SEND_COIN: string; export declare const APPROVE_TOKEN: string; export declare const TRANSFER_TOKEN: string; export declare const GET_TRANSACTION: string; export declare const GET_GAS: string; export declare const ADA_HANDLE: { mainnet: string; testnet: string; }; export declare const BLOCK_FROST: { mainnet: string; testnet: string; preprod: string; preview: string; }; export declare const TRONGRID_API_KEY: { mainnet: string; testnet: string; dappchain: string; }; export declare const ETHERRUM_MAINNET_RPC_URL_1 = "https://mainnet.infura.io/v3/"; export declare const ETHEREUM_MAINNET_RPC_URL_2 = "https://rpc.ankr.com/eth/"; export declare const BINANCE_SMART_CHAIN_RPC_URL = "https://bsc-dataseed2.binance.org"; export declare const POLYGON_MAINNET_RPC_URL = "https://polygon-rpc.com"; export declare const FANTOM_OPERA_MAINNET_RPC_URL = "https://rpc.ftm.tools"; export declare const ARBITRUM_ONE_MAINNET_RPC_URL = "https://arb-mainnet.g.alchemy.com/v2/TDx7fOwCQUo2nF4-kzxvyIAIGMrpBmnc"; export declare const CRONOS_MAINNET_RPC_URL = "https://cronosrpc-1.xstaking.sg"; export declare const AVALANCH_NETWORK_RPC_URL = "https://1rpc.io/avax/c"; export declare const SOLANA_DEVNET_RPC_URL = "https://api.devnet.solana.com/"; export declare const SOLANA_TESTNET_RPC_URL = "https://api.testnet.solana.com/"; export declare const SOLANA_MAINNET_RPC_URL = "https://solana-mainnet.phantom.app/YBPpkkN4g91xDiAnTE9r0RcMkjg0sKUIWvAfoFVJ"; export declare const RIPPLE_NETWORK_RPC_URL_1 = "https://s1.ripple.com:51234/"; export declare const RIPPLE_NETWORK_RPC_URL_2 = "wss://s1.ripple.com/"; export declare const RIPPLE_TESTNET_RPC_URL_1 = "https://s.altnet.rippletest.net:51234/"; export declare const RIPPLE_TESTNET_RPC_URL_2 = "wss://s.altnet.rippletest.net/"; export declare const RIPPLE_DEVNET_RPC_URL_1 = "https://s.devnet.rippletest.net:51234/"; export declare const RIPPLE_DEVNET_RPC_URL_2 = "wss://s.devnet.rippletest.net/"; export declare const TRON_MAINNET = "https://api.trongrid.io"; export declare const TRON_SHASTA_TESTNET = "https://api.shasta.trongrid.io"; export declare const TRON_NILE_TESTNET = "https://nile.trongrid.io"; export declare const TRON_DAPPCHAIN = "https://sun.tronex.io"; export declare const TRON_MAINNET_FULL_NODE = "https://api.trongrid.io"; export declare const TRON_MAINNET_SOLIDITY_NODE = "https://api.trongrid.io"; export declare const TRON_MAINNET_EVENT_SERVER = "https://api.trongrid.io"; export declare const TRON_TESTNET_FULL_NODE = "https://api.shasta.trongrid.io"; export declare const TRON_TESTNET_SOLIDITY_NODE = "https://api.shasta.trongrid.io"; export declare const TRON_TESTNET_EVENT_SERVER = "https://api.shasta.trongrid.io"; export declare const TRON_DAPPCHAIN_FULL_NDOE = "https://sun.tronex.io"; export declare const TRON_DAPPCHAIN_SOLIDITY_NODE = "https://sun.tronex.io"; export declare const TRON_DAPPCHAIN_EVENT_SERVER = "https://sun.tronex.io"; export declare const STELLAR_MAINNET_SERVER = "https://horizon.stellar.org/"; export declare const STELLAR_TESTNET_API = "https://friendbot.stellar.org?addr="; export declare const STELLAR_TESTNET_SERVER = "https://horizon-testnet.stellar.org/"; export declare const CARDANO_MAINNET_SERVER = "https://cardano-mainnet.blockfrost.io/api/v0"; export declare const CARDANO_TESTNET_SERVER = "https://cardano-testnet.blockfrost.io/api/v0"; export declare const CARDANO_PREVIEW_SERVER = "https://cardano-preview.blockfrost.io/api/v0"; export declare const CARDANO_PREPROD_SERVER = "https://cardano-preprod.blockfrost.io/api/v0"; export declare const ERRORS: { invalid_api_request: { message: string; description: string; }; address_not_activated: { message: string; description: string; }; };