export declare class TransportationLicenseResult { private 'owner_name'?; private 'license_number'?; private 'vehicle_number'?; private 'vehicle_type'?; private 'maximum_capacity'?; private 'vehicle_size'?; private 'issuing_authority'?; private 'issue_date'?; private 'owner_address'?; private 'economic_type'?; private 'business_certificate'?; private 'business_scope'?; private 'expiry_date'?; private 'review_expiry_date'?; private 'assessed_technical_level'?; private 'image_location'?; private 'adjusted_image'?; private 'is_temporary_certificate'?; confidence?: object; constructor(); withOwnerName(ownerName: string): TransportationLicenseResult; set ownerName(ownerName: string | undefined); get ownerName(): string | undefined; withLicenseNumber(licenseNumber: string): TransportationLicenseResult; set licenseNumber(licenseNumber: string | undefined); get licenseNumber(): string | undefined; withVehicleNumber(vehicleNumber: string): TransportationLicenseResult; set vehicleNumber(vehicleNumber: string | undefined); get vehicleNumber(): string | undefined; withVehicleType(vehicleType: string): TransportationLicenseResult; set vehicleType(vehicleType: string | undefined); get vehicleType(): string | undefined; withMaximumCapacity(maximumCapacity: string): TransportationLicenseResult; set maximumCapacity(maximumCapacity: string | undefined); get maximumCapacity(): string | undefined; withVehicleSize(vehicleSize: string): TransportationLicenseResult; set vehicleSize(vehicleSize: string | undefined); get vehicleSize(): string | undefined; withIssuingAuthority(issuingAuthority: string): TransportationLicenseResult; set issuingAuthority(issuingAuthority: string | undefined); get issuingAuthority(): string | undefined; withIssueDate(issueDate: string): TransportationLicenseResult; set issueDate(issueDate: string | undefined); get issueDate(): string | undefined; withOwnerAddress(ownerAddress: string): TransportationLicenseResult; set ownerAddress(ownerAddress: string | undefined); get ownerAddress(): string | undefined; withEconomicType(economicType: string): TransportationLicenseResult; set economicType(economicType: string | undefined); get economicType(): string | undefined; withBusinessCertificate(businessCertificate: string): TransportationLicenseResult; set businessCertificate(businessCertificate: string | undefined); get businessCertificate(): string | undefined; withBusinessScope(businessScope: string): TransportationLicenseResult; set businessScope(businessScope: string | undefined); get businessScope(): string | undefined; withExpiryDate(expiryDate: string): TransportationLicenseResult; set expiryDate(expiryDate: string | undefined); get expiryDate(): string | undefined; withReviewExpiryDate(reviewExpiryDate: string): TransportationLicenseResult; set reviewExpiryDate(reviewExpiryDate: string | undefined); get reviewExpiryDate(): string | undefined; withAssessedTechnicalLevel(assessedTechnicalLevel: string): TransportationLicenseResult; set assessedTechnicalLevel(assessedTechnicalLevel: string | undefined); get assessedTechnicalLevel(): string | undefined; withImageLocation(imageLocation: Array>): TransportationLicenseResult; set imageLocation(imageLocation: Array> | undefined); get imageLocation(): Array> | undefined; withAdjustedImage(adjustedImage: string): TransportationLicenseResult; set adjustedImage(adjustedImage: string | undefined); get adjustedImage(): string | undefined; withIsTemporaryCertificate(isTemporaryCertificate: boolean): TransportationLicenseResult; set isTemporaryCertificate(isTemporaryCertificate: boolean | undefined); get isTemporaryCertificate(): boolean | undefined; withConfidence(confidence: object): TransportationLicenseResult; } //# sourceMappingURL=TransportationLicenseResult.d.ts.map