export declare class DriverLicenseFront { type?: string; private 'number'?; name?: string; sex?: string; nationality?: string; address?: string; birth?: string; private 'issue_date'?; private 'class'?; private 'valid_from'?; private 'valid_to'?; private 'issuing_authority'?; private 'accumulated_scores'?; status?: Array; private 'generation_date'?; private 'current_time'?; private 'file_number'?; private 'text_location'?; constructor(); withType(type: string): DriverLicenseFront; withModelNumber(modelNumber: string): DriverLicenseFront; set modelNumber(modelNumber: string | undefined); get modelNumber(): string | undefined; withName(name: string): DriverLicenseFront; withSex(sex: string): DriverLicenseFront; withNationality(nationality: string): DriverLicenseFront; withAddress(address: string): DriverLicenseFront; withBirth(birth: string): DriverLicenseFront; withIssueDate(issueDate: string): DriverLicenseFront; set issueDate(issueDate: string | undefined); get issueDate(): string | undefined; withClass(_class: string): DriverLicenseFront; set _class(_class: string | undefined); get _class(): string | undefined; withValidFrom(validFrom: string): DriverLicenseFront; set validFrom(validFrom: string | undefined); get validFrom(): string | undefined; withValidTo(validTo: string): DriverLicenseFront; set validTo(validTo: string | undefined); get validTo(): string | undefined; withIssuingAuthority(issuingAuthority: string): DriverLicenseFront; set issuingAuthority(issuingAuthority: string | undefined); get issuingAuthority(): string | undefined; withAccumulatedScores(accumulatedScores: string): DriverLicenseFront; set accumulatedScores(accumulatedScores: string | undefined); get accumulatedScores(): string | undefined; withStatus(status: Array): DriverLicenseFront; withGenerationDate(generationDate: string): DriverLicenseFront; set generationDate(generationDate: string | undefined); get generationDate(): string | undefined; withCurrentTime(currentTime: string): DriverLicenseFront; set currentTime(currentTime: string | undefined); get currentTime(): string | undefined; withFileNumber(fileNumber: string): DriverLicenseFront; set fileNumber(fileNumber: string | undefined); get fileNumber(): string | undefined; withTextLocation(textLocation: object): DriverLicenseFront; set textLocation(textLocation: object | undefined); get textLocation(): object | undefined; } //# sourceMappingURL=DriverLicenseFront.d.ts.map