import { KnowledgeGraph } from '../contracts/graph.js'; import type { Communities } from './cluster.js'; export interface CommunityNamingOptions { rootPath?: string; } export declare function buildCommunityLabels(graph: KnowledgeGraph, communities: Communities, options?: CommunityNamingOptions): Record;