import { PipeTransform } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; /** * Resolves the input value and generates an Observable with this value */ export declare class TulToAsyncPipe implements PipeTransform { /** * Resolves the input value and generates an Observable with this value * @param {T | unknown} value actual option * @return {Observable} Observable with input value */ transform(value: T): Observable | any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }