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