export declare enum StatusDetailTypeSeverity {
    Unclassifiable,
    Info,
    Query,
    Warning,
    Error,
    FatalError
}
