export declare const Endpoints: Readonly<{ GetBlockHashWitness: "/get_block_hash_witness"; GetBlockMerkleProof: "/get_block_merkle_proof"; GetBlockParams: "/get_block_params"; GetBlockRlpHeader: "/get_block_rlp_header"; GetBlockMmrProof: "/get_block_mmr_proof"; GetAllQueries: "/get_all_queries"; GetDataForQuery: "/get_data_for_query"; GetQueryCount: "/get_query_count"; GetQueryData: "/get_query_data"; GetQuery: "/get_query"; }>; export declare const Path: Readonly<{ Block: "/block"; Query: "/query"; }>; //# sourceMappingURL=endpoints.d.ts.map