import type { TreeNode } from "./types.js"; export declare function buildFolderTree(filePaths: string[], basePath: string): TreeNode; export declare function renderTreeToMarkdown(node: TreeNode, prefix?: string, isLast?: boolean, isRoot?: boolean): string; export declare function generateTreeSection(filePaths: string[], basePath: string): string; //# sourceMappingURL=tree-builder.d.ts.map