import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TypeofPipe implements PipeTransform {
    transform(value: any, type: 'string' | 'number' | 'undefined' | 'boolean' | 'object' | 'array'): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<TypeofPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<TypeofPipe, "typeOf", true>;
}
