export declare enum LogLevel { DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3 } //# sourceMappingURL=LogLevel.d.ts.map