import type { CommandChain, Queue, Task } from '../../../types/index.js';
/**
 * Takes a queue of tasks and works through them
 */
export declare function workThroughQueue<T extends Task[]>(queue: Queue<T>): Promise<CommandChain<T>>;
//# sourceMappingURL=workThroughQueue.d.ts.map