import type { NormalizedPlate, PlateOptions, PlateResult, PlateApi, PlateResultApi, PlateResultApiTypeString, PlateTypes } from "./types.skip";
export default function plate(plate: PlateOptions): PlateResult;
export declare function getPlateInfo(plate: NormalizedPlate): PlateResultApi;
export declare function isPlateValid(plateInfo: PlateResultApi, plateNumber: string): boolean;
export declare function getPlateHandler(plate: NormalizedPlate): (plate: NormalizedPlate) => PlateResultApi;
export declare function carHandler(plate: NormalizedPlate): PlateResultApi;
export declare function motorcycleHandler(plate: NormalizedPlate): PlateResultApi;
export { PlateOptions, PlateResult, PlateApi, PlateResultApi, PlateResultApiTypeString, PlateTypes };
