import { PipeTransform } from '@angular/core'; export declare class CorrespondToInArrayPipe implements PipeTransform { transform(value: any, array: Array, from: string, to: string): any; }