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