/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
 */
export declare enum Severity {
    Error = 0,
    Warning = 1,
    Information = 2,
    Hint = 3
}
export declare enum ToastKind {
    ERROR = "error",
    WARNING = "warning",
    INFO = "info",
    SUCCESS = "success"
}
export declare enum ToastRole {
    ALERT = "alert",
    LOG = "log",
    STATUS = "status"
}
//# sourceMappingURL=aplication.enum.d.ts.map