/** * Generates a string representation of a file tree from a list of file paths. * @param files - An array of file paths. * @param expandDirectories - Whether to recursively expand directories. * @returns A string formatted as a file tree. */ export declare function generateFileTree(files: string[], expandDirectories?: boolean): string; //# sourceMappingURL=file-tree.d.ts.map