export declare class TaskStatus { jobID?: string; constructor(); withJobID(jobID: string): TaskStatus; } //# sourceMappingURL=TaskStatus.d.ts.map