import { ParamsRoundList } from '../../types/rpc/params-round-list.mjs'; import { RpcGetWorldRoundStatesListResult } from '../../types/rpc/rpc-get-world-round-states-list-result.mjs'; import type { Client } from '../../../clients/types.mjs'; export declare function getWorldRoundStatesList(client: Client, param: ParamsRoundList): Promise;