export declare function createStore(state: T): () => [T, (state: Partial) => void];