import { ParamsRS } from '../../types/rpc/params-rs.mjs'; import { RoundStateAbstract } from '../../types/common/round-state-abstract.mjs'; import type { Client } from '../../../clients/types.mjs'; export declare function getRoundStatesList(client: Client, param: ParamsRS): Promise;