import { HttpInterceptor, HttpRequest, HttpHandler } from '@angular/common/http'; import { NotificationService } from './notification.service'; import * as i0 from "@angular/core"; export declare enum DocumentStatus { Success = 1, Error = 2, Info = 3, Warning = 4 } export declare class MessageInterceptor implements HttpInterceptor { private notificationService; constructor(notificationService: NotificationService); intercept(req: HttpRequest, next: HttpHandler): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=message-interceptor.service.d.ts.map