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