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