Validates a CNH (National Driver's License).
static bool validateCNH(String cnh) => _CNHValidator.validate(cnh);