import { ValidatorError } from './validator.js'; export declare const validators: { [name in string]?: (...args: any[]) => (value: any) => ValidatorError | undefined; };