import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SingFilterPipe implements PipeTransform { /** * filter list of items by given value * @param items list of items to filter * @param value the value we are search * @param key a property name * @param suppressFilter set to true if no need to use the filter pipe. * we have cases where we are sometimes doing client filter and sometimes server filter * in those case we can use this flag. */ transform(items: any[], value: string, key: string, suppressFilter?: boolean): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } //# sourceMappingURL=filter.pipe.d.ts.map