import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { AdoClient } from "../providers/ado-client.js"; import type { Config } from "../config/index.js"; /** * update_work_item_state — Phase 7 / Lifecycle * * Transitions a work item's state. Common transitions: * New → Active (PR Genie starts working) * Active → Resolved (PR is created/merged) * * Also supports updating other fields like AssignedTo, Tags, etc. */ export declare function registerUpdateWorkItemState(server: McpServer, adoClient: AdoClient, config: Config): void; //# sourceMappingURL=update-work-item-state.d.ts.map