export declare enum LogLevel { System = 2, Error = 3, Warn = 4, Info = 5, Trace = 6 } export declare const LogLevelStr: string[];