/** * * `block` - Block * * `alert_only` - Alert only */ export declare enum EnforcementEnum { BLOCK = "block", ALERT_ONLY = "alert_only" }