import type { PlanToolResult } from "../handle-plan-tool.js"; import type { SessionPlan } from "../../../store/plan.js"; import type { ToolCall } from "../../../types.js"; import type { SessionPolicy } from "../../session-policy.js"; export declare function handleTaskMove(call: ToolCall, session: SessionPolicy, autoApprove: boolean, plan: SessionPlan): Promise;