import { Command } from 'commander'; export declare function createSprintInitCommand(): Command; export declare function createSprintOverviewCommand(): Command; export declare function createSprintActiveTasksCommand(): Command; export declare function createSprintListCommand(): Command; export declare function createSprintSetStatusCommand(): Command; export declare function createSprintUpdateCommand(): Command; /** * Create the sprint command group with all subcommands. */ export declare function createSprintGroup(): Command; //# sourceMappingURL=sprint.d.ts.map