import { PipeTransform } from '@angular/core'; export declare class MeanPipe implements PipeTransform { transform(collection: any): number; }