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