import { Validator } from '../../types/Validator'; declare const errorCode = "IS_NOT_EMAIL"; declare const email: Validator; export { email, errorCode };