import { Query } from "../poo/service/Type_Service/query"; import { Store } from '@ngxs/store'; import * as i0 from "@angular/core"; export declare class QueryService { private store; constructor(store: Store); getValue(q: Query, data?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }