import type { Store } from 'redux'; import type { DataStreamsStore } from './types'; export declare const configureStore: (initialState?: DataStreamsStore) => Store; //# sourceMappingURL=createStore.d.ts.map