import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { runEffect } from "../runtime.js"; import { type McpToolResult } from "../response.js"; export declare const handleDecompose: (args: { docRef: string; parentTaskId?: string | null; runtime?: "claude" | "codex" | "auto"; model?: string | null; maxTasks?: number; rootTitle?: string | null; rootScore?: number | null; dryRun?: boolean; }, runner?: typeof runEffect) => Promise; export declare const registerDecomposeTools: (server: McpServer) => void; //# sourceMappingURL=decompose.d.ts.map