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