import { Store } from 'redux'; export declare function configureStore(preloadedState?: any): Store; export declare function observeStore(store: Store, ...args: any[]): import("redux").Unsubscribe;