export declare enum Severity { off = 0, warn = 1, error = 2 } export declare const isSeverity: (value: unknown) => value is T;