export declare class BusinessLicenseRequestBody { image?: string; url?: string; constructor(); withImage(image: string): BusinessLicenseRequestBody; withUrl(url: string): BusinessLicenseRequestBody; } //# sourceMappingURL=BusinessLicenseRequestBody.d.ts.map