export declare class DeleteImageTagRequest { private 'image_id'?; key?: string; constructor(imageId?: string, key?: string); withImageId(imageId: string): DeleteImageTagRequest; set imageId(imageId: string | undefined); get imageId(): string | undefined; withKey(key: string): DeleteImageTagRequest; } //# sourceMappingURL=DeleteImageTagRequest.d.ts.map