/** Level of the diagnostic report */
export declare enum DiagnosticReportLevelEnum {
    'debug' = "debug",
    'error' = "error",
    'info' = "info",
    'warn' = "warn"
}
//# sourceMappingURL=DiagnosticReportLevelEnum.d.ts.map