import { RpcNodeCmdResult } from '../../../types/rpc/rpc-node-cmd-result.mjs'; import type { Client } from '../../../../clients/types.mjs'; export declare function nodeCmd(client: Client, cmd: string): Promise;