import type { SemanticGraph } from './types'; import type { WorkflowJSON } from '../types/base'; export declare function buildSemanticGraph(json: WorkflowJSON): SemanticGraph;