import { Validator } from './validators';
export declare function normalizeValidator(validator: Function | Validator): Function;
