export declare enum CoralogixLogSeverity {
    Debug = 1,
    Verbose = 2,
    Info = 3,
    Warn = 4,
    Error = 5,
    Critical = 6
}
