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