export declare class MyanmarDriverLicenseRequestBody { image?: string; url?: string; private 'convert_unicode'?; constructor(); withImage(image: string): MyanmarDriverLicenseRequestBody; withUrl(url: string): MyanmarDriverLicenseRequestBody; withConvertUnicode(convertUnicode: boolean): MyanmarDriverLicenseRequestBody; set convertUnicode(convertUnicode: boolean | undefined); get convertUnicode(): boolean | undefined; } //# sourceMappingURL=MyanmarDriverLicenseRequestBody.d.ts.map