import { EntityState, EntityStore } from '@datorama/akita'; import { NotificationModel } from './notification.model'; export interface NotificationsState extends EntityState { } export declare class NotificationsStore extends EntityStore { constructor(); }