/** * CLI Command: tm status * * Show status of tickets in .orchestrator/tickets/ */ import { Command } from "commander"; export declare const runStatusCommand: (options: { json?: boolean; filterStatus?: string; baseDir?: string; }) => Promise; export declare const statusCommand: Command; //# sourceMappingURL=status.d.ts.map