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