export declare const V2_HEALTH = "/v2/health"; export declare const V2_GET_KEY_ACCOUNTS = "/v2/state/get_key_accounts"; export declare const V2_GET_TOKENS = "/v2/state/get_tokens"; export declare const V2_GET_VOTERS = "/v2/state/get_voters"; export declare const V2_GET_LINKS = "/v2/state/get_links"; export declare const V2_GET_PROPOSALS = "/v2/state/get_proposals"; export declare const V2_GET_ABI_SNAPSHOT = "/v2/history/get_abi_snapshot"; export declare const V2_GET_ACTIONS = "/v2/history/get_actions"; export declare const V2_GET_CREATED_ACCOUNTS = "/v2/history/get_created_accounts"; export declare const V2_GET_CREATOR = "/v2/history/get_creator"; export declare const V2_GET_DELTAS = "/v2/history/get_deltas"; export declare const V2_GET_TABLE_STATE = "/v2/history/get_table_state"; export declare const V2_GET_TRANSACTION = "/v2/history/get_transaction";