import type { InternalStoreAPI, StateWithActions, StoreCreator } from "../types/store"; export declare function createStore(storeCreator: StoreCreator): InternalStoreAPI;