import * as z from "zod"; import { ApiError } from "./apierror.js"; import { UploadMappingMutationResponse } from "./uploadmappingmutationresponse.js"; export type UpdateUploadMappingGlobals = { cloud_name?: string | undefined; }; export declare const UpdateUploadMappingGlobals$zodSchema: z.ZodType; export type UpdateUploadMappingResponse = UploadMappingMutationResponse | ApiError; export declare const UpdateUploadMappingResponse$zodSchema: z.ZodType; //# sourceMappingURL=updateuploadmappingop.d.ts.map