import { ParamsRound } from '../../types/rpc/params-round.mjs'; import { RoundStateDetail } from '../../types/rpc/round-state-detail.mjs'; import type { Client } from '../../../clients/types.mjs'; export declare function getRoundState(client: Client, param: ParamsRound): Promise;