import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
/** Проверяет является ли значение определенным */
export declare class IsDefinedPipe implements PipeTransform {
    transform(value: unknown): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<IsDefinedPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<IsDefinedPipe, "isD", false>;
}
