import { QueryEntity } from '@datorama/akita'; import { NotificationsStore, NotificationsState } from './notifications.store'; export declare class NotificationsQuery extends QueryEntity { protected store: NotificationsStore; getActive$: import("rxjs").Observable; constructor(store: NotificationsStore); }