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