/** * Work Item CLI Commands - 10 commands mapping to work-item MCP tools */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerWorkItemCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=work-item-commands.d.ts.map