import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class WherePipe implements PipeTransform { /** * Support a function or a value or the shorthand ['key', value] like the lodash shorthand. */ transform(input: any, fn: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class NgWherePipeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }