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