import { IState, IAction, IStore } from '../types'; export declare function createStore(initialState: S, options?: { context?: any; name?: string; }): IStore;