/** * Job result model containing all output arguments from the process. * Empty if there are no out arguments. */ export declare class JobResult { [Key: string]: any; }