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