export declare enum LogLevel { ASSERT = 7, ERROR = 6, WARN = 5, INFO = 4, DEBUG = 3, VERBOSE = 2 } //# sourceMappingURL=LogConstants.d.ts.map