import { ValidatorInterface } from '../validator'; /** * Max field */ declare const max: ValidatorInterface; export default max;