import { CICD } from '../typing'; export default function promiseQueue(actions: ((cicd: CICD) => Promise)[], cicd: CICD): Promise;