export declare enum Severity {
    Error = 0,
    Warning = 1,
    Information = 2,
    Hint = 3
}
//# sourceMappingURL=severity.enum.d.ts.map