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