importtype { Filesystem, Queue, Task } from'../../../types/index.js';
/**
* Run the chained tasks and return just the filesystem
*/exportdeclarefunction files<T extendsTask[]>(queue: Queue<T>): Promise<Filesystem>;
//# sourceMappingURL=files.d.ts.map