import { EntityState, EntityStore, QueryEntity } from '@datorama/akita'; import { User } from '../models/user'; import { UserService } from '../services/user/user.service'; import * as i0 from "@angular/core"; export interface UserState extends EntityState { } export declare class UserStore extends EntityStore { private userService; constructor(userService: UserService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class UserQuery extends QueryEntity { protected store: UserStore; constructor(store: UserStore); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }