import { NormalizedPlate, PlateOptions } from "./types.skip";
export declare const normalizePlate: (plate: PlateOptions) => NormalizedPlate;
export declare const isPlateNumberValid: (numbers: string) => boolean;
