declare enum Severity { DEBUG = "debug", INFO = "info", WARNING = "warn", ERROR = "error" } export default Severity;