import { Registry } from '../../Registry.js'; import { Graph } from '../Graph.js'; import { GraphJSON } from './GraphJSON.js'; export declare function readGraphFromJSON(graphJson: GraphJSON, registry: Registry): Graph; //# sourceMappingURL=readGraphFromJSON.d.ts.map