import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * The name for a generated classification of an event. */ export declare const EventClassificationName: { readonly ExternalEvent: "External Event"; }; /** * The name for a generated classification of an event. */ export type EventClassificationName = ClosedEnum; /** @internal */ export declare const EventClassificationName$inboundSchema: z.ZodNativeEnum; //# sourceMappingURL=eventclassificationname.d.ts.map