import JSONRequest from '../jsonrequest.js'; import { HTTPClient, HTTPClientResponse } from '../../client.js'; import { StateProof as SP } from './models/types.js'; export default class StateProof extends JSONRequest { private round; constructor(c: HTTPClient, round: number | bigint); path(): string; prepare(response: HTTPClientResponse): SP; }