import { IRegistry } from '../../Registry.js'; import { GraphInstance } from '../Graph.js'; import { GraphJSON } from './GraphJSON.js'; export declare function writeGraphToJSON(graph: GraphInstance, registry: IRegistry): GraphJSON;