import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * generate-pr — The Core Workflow Prompt * * This MCP prompt guides any LLM through the complete * work-item-to-pull-request workflow using PR Genie's tools. * * When a user selects this prompt, the LLM receives a structured * set of instructions that tell it exactly which tools to call * in which order, with decision points for clarification. */ export declare function registerGeneratePrPrompt(server: McpServer): void; //# sourceMappingURL=generate-pr.d.ts.map