import { BehaviorSubject } from 'rxjs'; import { IAlert, IAlertOptions } from './alert/alert.model'; import * as i0 from "@angular/core"; export declare class AlertService { alerts$: BehaviorSubject; private activeDedupeKeys; private dedupeKeyByAlertId; success(message: string, options?: IAlertOptions): void; error(message: string, options?: IAlertOptions): void; info(message: string, options?: IAlertOptions): void; warn(message: string, options?: IAlertOptions): void; alert(alert: IAlert, options?: IAlertOptions): void; clear(id: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }