import { Core, ElementDefinition } from 'cytoscape'; import { Violation } from '@commonalityco/types'; export declare const updateGraphElements: ({ renderGraph, traversalGraph, theme, forceEdgeColor, violations, elements, }: { renderGraph: Core; traversalGraph: Core; theme: string; forceEdgeColor: boolean; violations: Violation[]; elements: ElementDefinition[]; }) => Promise; export default updateGraphElements; //# sourceMappingURL=update-graph-elements.d.ts.map