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