import { Actions } from '@ngrx/effects'; import { Store } from '@ngrx/store'; import { WebsocketService } from '@onepoint-yap/dashboard'; import { NotificationService } from './notification.service'; import * as i0 from "@angular/core"; export declare class NotificationEffects { private actions$; private wsService; private store; private notificationService; constructor(actions$: Actions, wsService: WebsocketService, store: Store, notificationService: NotificationService); deleteNotification$: import("rxjs").Observable<{ id: string; } & import("@ngrx/store/src/models").TypedAction<"[Notification] delete success">> & import("@ngrx/effects").CreateEffectMetadata; deleteAllNotifications$: import("rxjs").Observable> & import("@ngrx/effects").CreateEffectMetadata; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }