/** * RUN_IN_TERMINAL action — runs a shell command on the server. * * When triggered the action: * 1. Extracts the command from the parameters * 2. POSTs to the local API server to execute it * 3. The API broadcasts output via WebSocket for real-time display * 4. Returns a descriptive text response * * @module actions/terminal */ import type { Action } from "@elizaos/core"; export declare const terminalAction: Action; //# sourceMappingURL=terminal.d.ts.map