import { AsyncValidatorFn } from "@angular/forms"; export declare function async(validators: AsyncValidatorFn[]): (target: Object, propertyKey: string, parameterIndex?: any) => void;