import type { Node, Graph } from '../../types'; export declare function populateStore(nodes: Node[], graph: Graph): void;