import type { McpToolResult } from "./cjs-handlers.js"; /** * Create the forge_markdown MCP handler. `projectRoot` anchors relative paths. */ export declare function createMarkdownHandler(projectRoot: string): (args: Record) => Promise;