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