import { Validator } from "./models"; export declare function combineValidators(v1: Validator, v2: Validator): Validator;