import * as z from "zod"; import { ApiError } from "./apierror.js"; import { DerivedDestroyResponse } from "./deriveddestroyresponse.js"; export type DerivedDestroyGlobals = { cloud_name?: string | undefined; }; export declare const DerivedDestroyGlobals$zodSchema: z.ZodType; export type DerivedDestroyResponseResponse = ApiError | DerivedDestroyResponse; export declare const DerivedDestroyResponseResponse$zodSchema: z.ZodType; //# sourceMappingURL=deriveddestroyop.d.ts.map