import { Validator } from '../models';
/** Validates with a custom function. */
export declare const CustValidator: Validator;
