import { ValidatorFn } from '@angular/forms';
export declare function CPFValidator(): ValidatorFn;
export declare function cpfUnmasked(c: any): string;
export declare function isAllCharacteresEquals(c: any): boolean;
//# sourceMappingURL=cpf.validator.d.ts.map