export declare class DriverLicenseRequestBody { image?: string; url?: string; side?: string; private 'return_issuing_authority'?; private 'return_text_location'?; constructor(); withImage(image: string): DriverLicenseRequestBody; withUrl(url: string): DriverLicenseRequestBody; withSide(side: string): DriverLicenseRequestBody; withReturnIssuingAuthority(returnIssuingAuthority: boolean): DriverLicenseRequestBody; set returnIssuingAuthority(returnIssuingAuthority: boolean | undefined); get returnIssuingAuthority(): boolean | undefined; withReturnTextLocation(returnTextLocation: boolean): DriverLicenseRequestBody; set returnTextLocation(returnTextLocation: boolean | undefined); get returnTextLocation(): boolean | undefined; } //# sourceMappingURL=DriverLicenseRequestBody.d.ts.map