import { IStore } from './store.type'; export declare function setStoreState(store: IStore, state: GState): void;