export declare enum QueryKey { BALANCE = "balance", BALANCE_RICH = "balance-rich", CHAINS = "chains", DENOMS = "denoms", DENOM_TRACE = "denom-traces", TRANSACTIONS = "transactions", NMS_REST_URLS = "nms-rest-urls", LEAP_ASSETS = "leap-assets", SKIP_CHAINS = "skip-chains", SKIP_BALANCES = "skip-balances" } export declare enum CHAIN_TYPES { EVM = "evm", BTC = "btc", SVM = "svm", COSMOS = "cosmos" } export declare const WALLET_TYPE_PRIORITY: { evm: number; btc: number; svm: number; cosmos: number; };