import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { GetPromptResult } from "@modelcontextprotocol/sdk/types.js"; export declare function buildPlanReleasePrompt(args: { repo_path: string; base_ref: string; head_ref?: string; release_date?: string; }): GetPromptResult; export declare function registerPlanRelease(server: McpServer): void;