import { ValidatorInterface } from '../validator'; /** * Field is email validator */ declare const email: ValidatorInterface; export default email;