import * as z from "zod"; import { ToolDefinition } from "../tools.js"; declare const args: { named: z.ZodOptional; max_results: z.ZodDefault; next_cursor: z.ZodOptional; }; export declare const tool$transformationsListTransformations: ToolDefinition; export {}; //# sourceMappingURL=transformationsListTransformations.d.ts.map