import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const AlertCondition: { readonly Above: "above"; readonly Below: "below"; }; export type AlertCondition = OpenEnum; /** @internal */ export declare const AlertCondition$inboundSchema: z.ZodMiniType; /** @internal */ export declare const AlertCondition$outboundSchema: z.ZodMiniType; //# sourceMappingURL=alert-condition.d.ts.map