import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const EventProcessingStatusType: { readonly Processed: "processed"; readonly Processing: "processing"; readonly Failed: "failed"; }; export type EventProcessingStatusType = OpenEnum; /** @internal */ export declare const EventProcessingStatusType$inboundSchema: z.ZodMiniType; //# sourceMappingURL=event-processing-status-type.d.ts.map