export declare class JobEntitiesResult { private 'image_id'?; private 'project_id'?; status?: string; constructor(); withImageId(imageId: string): JobEntitiesResult; set imageId(imageId: string | undefined); get imageId(): string | undefined; withProjectId(projectId: string): JobEntitiesResult; set projectId(projectId: string | undefined); get projectId(): string | undefined; withStatus(status: string): JobEntitiesResult; } //# sourceMappingURL=JobEntitiesResult.d.ts.map