import { Validator } from '../core'; export declare function pipe(validators: Validator[], message?: string): Validator;