import OptionValidator from './option-validator.js'; export default class UnaryOptionValidator extends OptionValidator { constructor(); }