import type { AppendPathOptions, FileCollection } from '../FileCollection.ts'; /** * Append files from a directory to a FileCollection. * @param fileCollection - FileCollection to append files to * @param path - Path to the directory to append * @param options - Options for appending files */ export declare function appendPath(fileCollection: FileCollection, path: string, options?: AppendPathOptions): Promise; //# sourceMappingURL=appendPath.d.ts.map