import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Registers the `pr-update` tool on the given MCP server. */ export declare function registerPrUpdateTool(server: McpServer): void; //# sourceMappingURL=pr-update.d.ts.map