import { DriverLicenseBack } from './DriverLicenseBack'; import { DriverLicenseFront } from './DriverLicenseFront'; export declare class DriverLicenseResult { 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 'file_number'?; record?: string; private 'accumulated_scores'?; status?: Array; private 'generation_date'?; private 'current_time'?; private 'text_location'?; front?: DriverLicenseFront; back?: DriverLicenseBack; constructor(); withType(type: string): DriverLicenseResult; withModelNumber(modelNumber: string): DriverLicenseResult; set modelNumber(modelNumber: string | undefined); get modelNumber(): string | undefined; withName(name: string): DriverLicenseResult; withSex(sex: string): DriverLicenseResult; withNationality(nationality: string): DriverLicenseResult; withAddress(address: string): DriverLicenseResult; withBirth(birth: string): DriverLicenseResult; withIssueDate(issueDate: string): DriverLicenseResult; set issueDate(issueDate: string | undefined); get issueDate(): string | undefined; withClass(_class: string): DriverLicenseResult; set _class(_class: string | undefined); get _class(): string | undefined; withValidFrom(validFrom: string): DriverLicenseResult; set validFrom(validFrom: string | undefined); get validFrom(): string | undefined; withValidTo(validTo: string): DriverLicenseResult; set validTo(validTo: string | undefined); get validTo(): string | undefined; withIssuingAuthority(issuingAuthority: string): DriverLicenseResult; set issuingAuthority(issuingAuthority: string | undefined); get issuingAuthority(): string | undefined; withFileNumber(fileNumber: string): DriverLicenseResult; set fileNumber(fileNumber: string | undefined); get fileNumber(): string | undefined; withRecord(record: string): DriverLicenseResult; withAccumulatedScores(accumulatedScores: string): DriverLicenseResult; set accumulatedScores(accumulatedScores: string | undefined); get accumulatedScores(): string | undefined; withStatus(status: Array): DriverLicenseResult; withGenerationDate(generationDate: string): DriverLicenseResult; set generationDate(generationDate: string | undefined); get generationDate(): string | undefined; withCurrentTime(currentTime: string): DriverLicenseResult; set currentTime(currentTime: string | undefined); get currentTime(): string | undefined; withTextLocation(textLocation: object): DriverLicenseResult; set textLocation(textLocation: object | undefined); get textLocation(): object | undefined; withFront(front: DriverLicenseFront): DriverLicenseResult; withBack(back: DriverLicenseBack): DriverLicenseResult; } //# sourceMappingURL=DriverLicenseResult.d.ts.map