export declare enum AlarmClassification { INFO = "info", WARNING = "warning", ERROR = "error" }