This package is used as part of the self-validation feature of Harmony.
You can read more about self validation in Harmony's documentation.
If your package is making use of harmony validators, you should include this package into your Composer dependencies:
composer.json
{
  "require": {
    "harmony/validator-interface": "~1.0"
  }
}