import type { CompositeTree } from './composite-tree';
import type { SemanticGraph } from './types';
export declare function buildCompositeTree(graph: SemanticGraph): CompositeTree;
