import { AbstractControl } from '@angular/forms'; export declare function CatUrlValidator(control: AbstractControl): { url: boolean; };