import type { Store } from 'redux'; import type { TState } from './types'; export declare let store: Store;