import type { ContentSummary, ContentTree, ContentTreeEntry, ContentTreeNode, DirectoryListing } from '../types/content'; export declare function buildContentTree(items: ContentSummary[]): ContentTree; export declare function buildDirectoryListingMap(entries: ContentTreeEntry[], rootTitle: string): Record; export declare function getNodeIndexItem(node: ContentTreeNode): ContentSummary | undefined; export declare function getTdIndexTitle(filepath: string, siteTitle: string): string; export declare function getTdResourceTitle(filepath: string, label?: string): string; export declare function isIndexFile(filepath: string): boolean; //# sourceMappingURL=content.d.ts.map