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