export declare enum SeverityStatus {
    Failure = "Failure",
    Warning = "Warning",
    Info = "Info",
    Good = "Good"
}
