/**
 * Representation of the 'PipelineExecutionStatus' schema.
 * @example "INPROGRESS"
 */
export type PipelineExecutionStatus = 'NEW' | 'UNKNOWN' | 'INPROGRESS' | 'FINISHED' | 'FINISHEDWITHERRORS' | 'TIMEOUT';
//# sourceMappingURL=pipeline-execution-status.d.ts.map