import * as z from "zod"; export type ComponentsDestroyRequest = { asset_id: string; invalidate?: boolean | undefined; notification_url?: string | undefined; callback?: string | undefined; }; export declare const ComponentsDestroyRequest$zodSchema: z.ZodType; //# sourceMappingURL=componentsdestroyrequest.d.ts.map