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