export declare class LicensePlateRequestBody { image?: string; url?: string; constructor(); withImage(image: string): LicensePlateRequestBody; withUrl(url: string): LicensePlateRequestBody; } //# sourceMappingURL=LicensePlateRequestBody.d.ts.map