import { Command } from 'commander'; export declare function createTaskAddCommand(): Command; export declare function createTaskMoveCommand(): Command; export declare function createTaskUpdateCommand(): Command; export declare function createTaskRemoveCommand(): Command; export declare function createTaskShowCommand(): Command; export declare function createTaskListCommand(): Command; /** * Create the task command group with all subcommands. */ export declare function createTaskGroup(): Command; //# sourceMappingURL=task.d.ts.map