import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Severity of the workflow */ export declare const SeverityLevelEnum: { readonly High: "high"; readonly Medium: "medium"; readonly Low: "low"; readonly None: "none"; }; /** * Severity of the workflow */ export type SeverityLevelEnum = ClosedEnum; /** @internal */ export declare const SeverityLevelEnum$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const SeverityLevelEnum$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=severitylevelenum.d.ts.map