/** * ADO Story Extraction CLI Commands - maps to extract-ado-stories MCP tool */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerAdoStoryCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=ado-story-commands.d.ts.map