import type { AlertRuleStatus } from './types.gen.js'; /** Lists transient statutes of the enum {@link AlertRuleStatus}. */ export declare const ALERT_RULE_TRANSIENT_STATUSES: AlertRuleStatus[];