import { HttpClient } from "@angular/common/http"; import { PublicService } from "./public.service"; import { BaseAuthService } from "./base-auth.service"; import { Notification } from "./models/Notification"; import * as i0 from "@angular/core"; export declare class NotificationService extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); protected getBasePath(): string; getNotifications(machineId: any): import("rxjs").Observable; putNotifications(machineId: any, body: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }