/** * Checklist CLI Commands - 8 commands for ADO work item checklists */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerChecklistCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=checklist-commands.d.ts.map