export declare const ExecutionStatusList: readonly ["canceled", "crashed", "error", "new", "running", "success", "unknown", "waiting"]; export type ExecutionStatus = (typeof ExecutionStatusList)[number]; //# sourceMappingURL=execution-status.d.ts.map