import type { ToolCall } from "../types.js"; export declare function scratchWriteTargetPaths(call: ToolCall): string[]; /** True when every write target is under the session scratch directory. */ export declare function isScratchOnlyWrite(call: ToolCall, scratchDir: string): boolean;