import { Model } from '../types/Model'; export declare type Validator = (value: T, type: Def, name: string, model: Model) => string[] | undefined;