/** * Create Task Folder Command * * Creates task folder structure for a ticket (typically called when ticket moves to "In Progress") */ import { Command } from "commander"; export declare const createTaskFolderCommand: Command; //# sourceMappingURL=create-task-folder.d.ts.map