import { PipeTransform } from '@angular/core';
export declare class TypeOfPipe implements PipeTransform {
    /**
     * `typeof` with extra 'array'
     */
    transform(value: any): string;
}
