import { PipeTransform } from '@angular/core'; import { Store } from '@ngrx/store'; import { Item } from '@onepoint-yap/dashboard'; import * as i0 from "@angular/core"; export declare class GetValuePipe implements PipeTransform { private store; constructor(store: Store); transform(value: Item, ...args: any[]): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }