Validates a PIS/PASEP number.
static bool validatePISPASEP(String pisPasep) => _PisPasepValidator.validate(pisPasep);