import type { ToolDefinition } from "@empiricalrun/shared-types/chat-agent"; import { z } from "zod"; export declare const DeleteFileInputSchema: z.ZodObject<{ path: z.ZodString; }, z.core.$strip>; export declare const deleteFileTool: ToolDefinition; //# sourceMappingURL=delete-file.d.ts.map