export declare enum StatusDetailTypeSeverity {
    U = "U",
    I = "I",
    Q = "Q",
    W = "W",
    E = "E",
    F = "F"
}
