//#region src/Level.d.ts declare enum Level { DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3, } //#endregion export { Level }; //# sourceMappingURL=Level.d.ts.map