import { ValidateWith } from './types/ValidateWith'; /** Wraps all the validators into one validator. All of these validators are going to be executed asynchronously. */ export declare const validateWith: ValidateWith;