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