/** * `monomind events` — headless JSONL tail of the dashboard's live event * stream (/api/mastermind-stream), so scripts can pipe it into jq or a log * file without opening a browser. Uses the same control.json/dashboard-token * auth pattern `org mark-complete` already uses (org.ts). */ import type { Command } from '../types.js'; export declare const eventsCommand: Command; //# sourceMappingURL=events.d.ts.map