import { YapNotification } from '@onepoint-yap/dashboard'; export interface NotificationState { list: YapNotification[]; } export declare const initialNotificationState: NotificationState; export declare const notificationReducer: import("@ngrx/store").ActionReducer;