import { SdkResponse } from "@g42cloud/g42cloud-sdk-core/SdkResponse"; export declare class CopyImageCrossRegionResponse extends SdkResponse { private 'job_id'?; constructor(); withJobId(jobId: string): CopyImageCrossRegionResponse; set jobId(jobId: string | undefined); get jobId(): string | undefined; } //# sourceMappingURL=CopyImageCrossRegionResponse.d.ts.map