import { Type } from '@angular/core'; export declare const EMPTY_VAL: { __isEmpty: boolean; }; export declare function isEmptyVal(val: any): val is typeof EMPTY_VAL; export declare function hasTypeAsProto(protoType: Type, type: Type): boolean;