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