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