export declare class TaxiInvoiceRequestBody { image?: string; url?: string; private 'return_text_location'?; constructor(); withImage(image: string): TaxiInvoiceRequestBody; withUrl(url: string): TaxiInvoiceRequestBody; withReturnTextLocation(returnTextLocation: boolean): TaxiInvoiceRequestBody; set returnTextLocation(returnTextLocation: boolean | undefined); get returnTextLocation(): boolean | undefined; } //# sourceMappingURL=TaxiInvoiceRequestBody.d.ts.map