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