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