type TLogLevel = 'debug' | 'error' | 'info' | 'silent' | 'warn';
export default TLogLevel;
//# sourceMappingURL=TLogLevel.d.ts.map