import type { ToolCall } from "../types.js"; export declare function scratchWriteTargetPaths(call: ToolCall): string[]; export declare function isScratchOnlyWrite(call: ToolCall, scratchDir: string): boolean;