import { PipeTransform } from'@angular/core';
exportdeclareclassWherePipeimplementsPipeTransform {
/**
* Support a function or a value or the shorthand ['key', value] like the lodash shorthand.
*/transform(input: any, fn: any): any;
}
exportdeclareclassNgWherePipeModule {
}