import type { NodeBase, EdgeBase } from '@xyflow/system'; import type { FlowStoreOptions, InternalFlowStore } from './types.ts'; /** * Create a signal-based reactive store that bridges @xyflow/system * with BarefootJS reactivity. */ export declare function createFlowStore(options?: FlowStoreOptions): InternalFlowStore; //# sourceMappingURL=store.d.ts.map