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