export default function isLicensePlate(str: string, locale: string): boolean; declare type ValidatorFunction = (_str: string) => boolean;