/** * task Command - Inspect execution contracts and their outcomes * Issue #1545 (Phase 2-1) * * `task list` answers "what was this worktree asked to do", `task show` answers * "what did the gates say about it" — the two halves of a contract that used to * exist only inside the message text. */ import { Command } from 'commander'; export declare function createTaskCommand(): Command; //# sourceMappingURL=task.d.ts.map