import { type Static, Type } from "typebox"; import type { AgentHarnessTool } from "../types.ts"; import type { ExecutionToolContext } from "./tool-context.ts"; declare const writeSchema: Type.TObject<{ path: Type.TString; content: Type.TString; }>; export type WriteToolInput = Static; export declare function createWriteTool(): AgentHarnessTool; export {}; //# sourceMappingURL=write.d.ts.map