import { AbstractControl, ValidationErrors } from '@angular/forms'; export declare function urlValidator(control: AbstractControl): ValidationErrors;