import * as z from "zod"; import { TransformationSummary } from "./transformationsummary.js"; export type TransformationListResponse = { transformations?: Array | undefined; next_cursor?: string | null | undefined; }; export declare const TransformationListResponse$zodSchema: z.ZodType; //# sourceMappingURL=transformationlistresponse.d.ts.map