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