import type { Mutate, StateCreator, StoreApi, StoreMutators } from './types'; /** * Creates the internal core store API. */ export declare function createStore(createState: StateCreator): Mutate, Mutators>; //# sourceMappingURL=createStore.d.ts.map