import { Store, StoreValue } from "nanostores"; //#region src/react/react-store.d.ts declare function useStore(store: SomeStore): StoreValue; //#endregion export { useStore };