import { type Validator } from './validator'; export declare const and: (...validators: Validator[]) => Validator;