import { EntityState, EntityStore, QueryEntity } from '@datorama/akita'; import { Namespace } from '../models/namespace'; import { NamespaceService } from '../services/namespace/namespace.service'; import { UserQuery } from './user'; import * as i0 from "@angular/core"; export interface NamespaceState extends EntityState { } export declare class NamespaceStore extends EntityStore { private namespaceService; constructor(namespaceService: NamespaceService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class NamespaceQuery extends QueryEntity { protected store: NamespaceStore; private userQuery; constructor(store: NamespaceStore, userQuery: UserQuery); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }