import type { SemanticGraph } from './types';
export declare function annotateGraph(graph: SemanticGraph): void;
