import validator from "../";
export type LicensePlateLocale = validator.LicensePlateLocale;
export default validator.isLicensePlate;
