/**
 * Log level of record.
 */
export declare enum LogLevel {
    Critical = 1,
    Error = 2,
    Warning = 3,
    Success = 4,
    Informational = 5,
    Verbose = 6,
    Debug = 7
}
