import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { AdoClient } from "../providers/ado-client.js"; import type { Config } from "../config/index.js"; /** * create_pull_request — Phase 6 / Submission * * Creates a pull request in Azure DevOps via the Git API. * Handles branch name formatting (refs/heads/ prefix), * draft mode, and returns the PR URL for the developer. */ export declare function registerCreatePullRequest(server: McpServer, adoClient: AdoClient, config: Config): void; //# sourceMappingURL=create-pull-request.d.ts.map