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