/** * task 命令 - 任务管理 * * 创建、更新、查询任务 */ import { Command } from 'commander'; export declare function createTaskCommand(): Command; //# sourceMappingURL=task.d.ts.map