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