import { PipeTransform } from '@angular/core'; import { Either } from '@sweet-monads/either'; import * as i0 from "@angular/core"; export declare class IfEitherPipe implements PipeTransform { transform(input: Either | null | undefined, defaultValue: any): T; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }