import type { ToolResult } from '../../types/tool/index.js'; /** null means the backend could not establish the previous state. */ export declare function fileWriteResult(path: string, before: string | undefined | null, after: string, sandboxed?: boolean): ToolResult; //# sourceMappingURL=file-write-result.d.ts.map