export declare class TollInvoiceResult { code?: string; private 'number'?; entry?: string; exit?: string; amount?: string; cashier?: string; private 'vehicle_type'?; date?: string; time?: string; confidence?: object; private 'text_location'?; constructor(); withCode(code: string): TollInvoiceResult; withModelNumber(modelNumber: string): TollInvoiceResult; set modelNumber(modelNumber: string | undefined); get modelNumber(): string | undefined; withEntry(entry: string): TollInvoiceResult; withExit(exit: string): TollInvoiceResult; withAmount(amount: string): TollInvoiceResult; withCashier(cashier: string): TollInvoiceResult; withVehicleType(vehicleType: string): TollInvoiceResult; set vehicleType(vehicleType: string | undefined); get vehicleType(): string | undefined; withDate(date: string): TollInvoiceResult; withTime(time: string): TollInvoiceResult; withConfidence(confidence: object): TollInvoiceResult; withTextLocation(textLocation: object): TollInvoiceResult; set textLocation(textLocation: object | undefined); get textLocation(): object | undefined; } //# sourceMappingURL=TollInvoiceResult.d.ts.map