import type { Graph, NodeInstance, SelectionState } from "../../core/graph/types"; export declare const defaultSelection: SelectionState; export declare function selectNodeInGraph(graph: Graph, nodeId: string | undefined, additive?: boolean): Graph; export declare function getSelection(graph: Graph): SelectionState; export declare function updateNodeConfigInGraph(graph: Graph, nodeId: string, config: NodeInstance["config"]): Graph; //# sourceMappingURL=editorStore.d.ts.map