import { AbstractControl } from "@angular/forms"; export declare const hasValidator: (control: AbstractControl, validator: string) => boolean;