// eslint-disable-next-line no-shadow enum Severity { DEBUG = 'debug', INFO = 'info', WARNING = 'warn', ERROR = 'error' } export default Severity;