#!/usr/bin/env node declare function sendCommand(command: { action: string; agent_id?: string; mode?: string; }): Promise; export { sendCommand };