export declare class RegisterImageRequestBody { private 'image_url'?; constructor(imageUrl?: string); withImageUrl(imageUrl: string): RegisterImageRequestBody; set imageUrl(imageUrl: string | undefined); get imageUrl(): string | undefined; } //# sourceMappingURL=RegisterImageRequestBody.d.ts.map