/** Specific categories to which the exception rules belong. */ export declare enum ExceptionRuleCategory { /** An Application Exception Rule. */ ApplicationExceptionRule = "ApplicationExceptionRule", /** * A user management Exception Rule that includes either engine and non-engine rules * or combination of them. */ UserExceptionRules = "UserExceptionRules", /** An Exception Rule associated with a Customer Zone. */ ZoneStopExceptionRules = "ZoneStopExceptionRules" } //# sourceMappingURL=exception_rule_category.d.ts.map