export declare class TaxiInvoiceResult { location?: string; code?: string; private 'number'?; private 'phone_number'?; company?: string; private 'taxi_number'?; private 'certificate_number'?; private 'identification_number'?; date?: string; private 'boarding_time'?; private 'alighting_time'?; time?: string; private 'unit_price'?; distance?: string; private 'waiting_time'?; fare?: string; private 'fuel_oil_surcharge'?; private 'call_service_surcharge'?; total?: string; confidence?: object; private 'text_location'?; constructor(); withLocation(location: string): TaxiInvoiceResult; withCode(code: string): TaxiInvoiceResult; withModelNumber(modelNumber: string): TaxiInvoiceResult; set modelNumber(modelNumber: string | undefined); get modelNumber(): string | undefined; withPhoneNumber(phoneNumber: string): TaxiInvoiceResult; set phoneNumber(phoneNumber: string | undefined); get phoneNumber(): string | undefined; withCompany(company: string): TaxiInvoiceResult; withTaxiNumber(taxiNumber: string): TaxiInvoiceResult; set taxiNumber(taxiNumber: string | undefined); get taxiNumber(): string | undefined; withCertificateNumber(certificateNumber: string): TaxiInvoiceResult; set certificateNumber(certificateNumber: string | undefined); get certificateNumber(): string | undefined; withIdentificationNumber(identificationNumber: string): TaxiInvoiceResult; set identificationNumber(identificationNumber: string | undefined); get identificationNumber(): string | undefined; withDate(date: string): TaxiInvoiceResult; withBoardingTime(boardingTime: string): TaxiInvoiceResult; set boardingTime(boardingTime: string | undefined); get boardingTime(): string | undefined; withAlightingTime(alightingTime: string): TaxiInvoiceResult; set alightingTime(alightingTime: string | undefined); get alightingTime(): string | undefined; withTime(time: string): TaxiInvoiceResult; withUnitPrice(unitPrice: string): TaxiInvoiceResult; set unitPrice(unitPrice: string | undefined); get unitPrice(): string | undefined; withDistance(distance: string): TaxiInvoiceResult; withWaitingTime(waitingTime: string): TaxiInvoiceResult; set waitingTime(waitingTime: string | undefined); get waitingTime(): string | undefined; withFare(fare: string): TaxiInvoiceResult; withFuelOilSurcharge(fuelOilSurcharge: string): TaxiInvoiceResult; set fuelOilSurcharge(fuelOilSurcharge: string | undefined); get fuelOilSurcharge(): string | undefined; withCallServiceSurcharge(callServiceSurcharge: string): TaxiInvoiceResult; set callServiceSurcharge(callServiceSurcharge: string | undefined); get callServiceSurcharge(): string | undefined; withTotal(total: string): TaxiInvoiceResult; withConfidence(confidence: object): TaxiInvoiceResult; withTextLocation(textLocation: object): TaxiInvoiceResult; set textLocation(textLocation: object | undefined); get textLocation(): object | undefined; } //# sourceMappingURL=TaxiInvoiceResult.d.ts.map