import type { FileCollection } from '../FileCollection.ts'; export declare function appendFileList(fileCollection: FileCollection, fileList: Iterable): Promise; //# sourceMappingURL=appendFileList.d.ts.map