import { INotification } from "../models/Notifications"; import { DownloadService } from "./download.service"; import * as i0 from "@angular/core"; export declare class NotificationExecuterService { private downlodService; constructor(downlodService: DownloadService); execute(notice: INotification): void; private executers; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=notification-executer.service.d.ts.map