import * as z from "zod"; import { UploadPresetSummary } from "./uploadpresetsummary.js"; export type UploadPresetListResponse = { presets: Array; next_cursor?: string | null | undefined; }; export declare const UploadPresetListResponse$zodSchema: z.ZodType; //# sourceMappingURL=uploadpresetlistresponse.d.ts.map