import { ParamsRound } from '../../types/rpc/params-round.mjs'; import { RpcGetWorldRoundStateResult } from '../../types/rpc/rpc-get-world-round-state-result.mjs'; import type { Client } from '../../../clients/types.mjs'; export declare function getWorldRoundState(client: Client, param: ParamsRound): Promise;