export declare class TransportationLicenseRequestBody { image?: string; url?: string; private 'return_image_location'?; private 'return_adjusted_image'?; constructor(); withImage(image: string): TransportationLicenseRequestBody; withUrl(url: string): TransportationLicenseRequestBody; withReturnImageLocation(returnImageLocation: boolean): TransportationLicenseRequestBody; set returnImageLocation(returnImageLocation: boolean | undefined); get returnImageLocation(): boolean | undefined; withReturnAdjustedImage(returnAdjustedImage: boolean): TransportationLicenseRequestBody; set returnAdjustedImage(returnAdjustedImage: boolean | undefined); get returnAdjustedImage(): boolean | undefined; } //# sourceMappingURL=TransportationLicenseRequestBody.d.ts.map