import { IStore } from './store.type'; export declare function getStoreState(store: IStore): GState;