import * as z from "zod"; import { ToolDefinition } from "../tools.js"; declare const args: { transformation: z.ZodString; update_request: z.ZodType>; }; export declare const tool$transformationsUpdateTransformation: ToolDefinition; export {}; //# sourceMappingURL=transformationsUpdateTransformation.d.ts.map