export declare const GET_ACCOUNT = "/api/account"; export declare const GET_ACCOUNT_INFO = "/api/accinfo"; export declare const GET_BALANCES = "/api/balances"; export declare const GET_KEY_ACCOUNTS = "/api/key"; export declare const GET_NETWORKS = "/api/networks"; export declare const GET_SYNC_INFO = "/api/sync"; export declare const GET_TOKEN_BALANCE = "/api/tokenbalance"; export declare const GET_TOPHOLDERS = "/api/topholders"; export declare const GET_USERCOUNT = "/api/usercount"; export declare const GET_TOPRAM = "/api/topram"; export declare const GET_TOPSTAKE = "/api/topstake"; export declare const GET_CODEHASH = "/api/codehash"; export declare const GET_TOKEN_HOLDER_COUNT = "/api/holdercount"; export declare const GET_TOKEN_HOLDERS = "get_token_holders"; export declare const GET_ACCOUNTS_FROM_KEYS = "get_accounts_from_keys";