import { VehicleLicenseAlarmConfidence } from './VehicleLicenseAlarmConfidence'; import { VehicleLicenseAlarmResult } from './VehicleLicenseAlarmResult'; export declare class VehicleLicenseFront { private 'number'?; private 'vehicle_type'?; name?: string; address?: string; private 'use_character'?; model?: string; vin?: string; private 'engine_no'?; private 'register_date'?; private 'issue_date'?; private 'issuing_authority'?; private 'text_location'?; private 'alarm_result'?; private 'alarm_confidence'?; constructor(); withModelNumber(modelNumber: string): VehicleLicenseFront; set modelNumber(modelNumber: string | undefined); get modelNumber(): string | undefined; withVehicleType(vehicleType: string): VehicleLicenseFront; set vehicleType(vehicleType: string | undefined); get vehicleType(): string | undefined; withName(name: string): VehicleLicenseFront; withAddress(address: string): VehicleLicenseFront; withUseCharacter(useCharacter: string): VehicleLicenseFront; set useCharacter(useCharacter: string | undefined); get useCharacter(): string | undefined; withModel(model: string): VehicleLicenseFront; withVin(vin: string): VehicleLicenseFront; withEngineNo(engineNo: string): VehicleLicenseFront; set engineNo(engineNo: string | undefined); get engineNo(): string | undefined; withRegisterDate(registerDate: string): VehicleLicenseFront; set registerDate(registerDate: string | undefined); get registerDate(): string | undefined; withIssueDate(issueDate: string): VehicleLicenseFront; set issueDate(issueDate: string | undefined); get issueDate(): string | undefined; withIssuingAuthority(issuingAuthority: string): VehicleLicenseFront; set issuingAuthority(issuingAuthority: string | undefined); get issuingAuthority(): string | undefined; withTextLocation(textLocation: object): VehicleLicenseFront; set textLocation(textLocation: object | undefined); get textLocation(): object | undefined; withAlarmResult(alarmResult: VehicleLicenseAlarmResult): VehicleLicenseFront; set alarmResult(alarmResult: VehicleLicenseAlarmResult | undefined); get alarmResult(): VehicleLicenseAlarmResult | undefined; withAlarmConfidence(alarmConfidence: VehicleLicenseAlarmConfidence): VehicleLicenseFront; set alarmConfidence(alarmConfidence: VehicleLicenseAlarmConfidence | undefined); get alarmConfidence(): VehicleLicenseAlarmConfidence | undefined; } //# sourceMappingURL=VehicleLicenseFront.d.ts.map