export declare class VehicleLicenseRequestBody { image?: string; url?: string; side?: string; private 'return_issuing_authority'?; private 'return_text_location'?; private 'recognize_electronic_license'?; alarm?: boolean; constructor(); withImage(image: string): VehicleLicenseRequestBody; withUrl(url: string): VehicleLicenseRequestBody; withSide(side: string): VehicleLicenseRequestBody; withReturnIssuingAuthority(returnIssuingAuthority: boolean): VehicleLicenseRequestBody; set returnIssuingAuthority(returnIssuingAuthority: boolean | undefined); get returnIssuingAuthority(): boolean | undefined; withReturnTextLocation(returnTextLocation: boolean): VehicleLicenseRequestBody; set returnTextLocation(returnTextLocation: boolean | undefined); get returnTextLocation(): boolean | undefined; withRecognizeElectronicLicense(recognizeElectronicLicense: boolean): VehicleLicenseRequestBody; set recognizeElectronicLicense(recognizeElectronicLicense: boolean | undefined); get recognizeElectronicLicense(): boolean | undefined; withAlarm(alarm: boolean): VehicleLicenseRequestBody; } //# sourceMappingURL=VehicleLicenseRequestBody.d.ts.map