import type { CommandChain, Queue, Task } from '../../../types/index.js'; /** * Run the chained tasks and return the results */ export declare function get(queue: Queue): Promise>; //# sourceMappingURL=get.d.ts.map