export declare enum JISInfotextSeverityLevel {
    Info = "INFO",
    Warning = "WARNING",
    Severe = "SEVERE"
}
