/**
 * Document hierarchy creation
 * Build hierarchical tree structure from documents
 */
import type { DocInfo, PluginOptions, TreeNode } from '../types';
/**
 * Build hierarchical tree from docs
 * @internal
 */
export declare function buildDocumentTree(docs: readonly DocInfo[], globalConfig: PluginOptions): TreeNode;
//# sourceMappingURL=tree-builder.d.ts.map