import { ValidationErrors, AbstractControl, AsyncValidator } from '@angular/forms'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AsyncValidationDirective implements AsyncValidator { async: any; validate(control: AbstractControl): Promise | Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }