import { UpdateImageRequestBody } from './UpdateImageRequestBody'; export declare class UpdateImageRequest { private 'image_id'?; body?: Array; constructor(imageId?: string); withImageId(imageId: string): UpdateImageRequest; set imageId(imageId: string | undefined); get imageId(): string | undefined; withBody(body: Array): UpdateImageRequest; } //# sourceMappingURL=UpdateImageRequest.d.ts.map