/** * Task Command * * Execute a complete development task with AI collaboration workflow */ import type { Command } from "commander"; /** * Register task command */ export declare function registerTaskCommand(program: Command): void; //# sourceMappingURL=task.d.ts.map