import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Status of the completed occurrence. */ export declare const OccurrenceStatus: { readonly Pending: "pending"; readonly Failed: "failed"; readonly Completed: "completed"; }; /** * Status of the completed occurrence. */ export type OccurrenceStatus = ClosedEnum; /** @internal */ export declare const OccurrenceStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const OccurrenceStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=occurrencestatus.d.ts.map