declare const cpfValidator: (cpf: string) => boolean;
export default cpfValidator;
