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