import { MusterEventSource, Store } from '../types/graph'; export default function createStore(events: MusterEventSource, options?: { debug?: boolean; }): Store;