import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { GetPromptResult } from "@modelcontextprotocol/sdk/types.js"; export declare function buildPlanRefactoringPrompt(args: { repo_path: string; path_pattern?: string; top_n?: string; }): GetPromptResult; export declare function registerPlanRefactoring(server: McpServer): void;