import type { PluginInput } from "@opencode-ai/plugin"; import type { ToolExecuteAfterInput, ToolExecuteAfterOutput } from "./types"; export declare function handleDirectWorkToolAfter(input: { ctx: PluginInput; pendingFilePaths: Map; pendingPlanSnapshots?: Map; toolInput: ToolExecuteAfterInput; toolOutput: ToolExecuteAfterOutput; }): Promise;