import { ValidatorContext } from '../types.js'; export default function allowedValuesValidator(this: ValidatorContext): undefined | true | string;