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