import { PipeTransform } from '@angular/core'; import { List } from 'lodash'; export declare class IntersectionWithPipe implements PipeTransform { transform(array?: List | null, ...values: Array>): T[]; }