import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const AlertState: { readonly Ok: "ok"; readonly Info: "info"; readonly Warning: "warning"; readonly InAlarm: "in_alarm"; }; export type AlertState = OpenEnum; /** @internal */ export declare const AlertState$inboundSchema: z.ZodMiniType; /** @internal */ export declare const AlertState$outboundSchema: z.ZodMiniType; //# sourceMappingURL=alert-state.d.ts.map