import { Validator } from '../types/Validator'; declare const combine: (...validators: Validator[]) => Validator; export default combine;