import { Store } from '../utils/store.js'; export declare function useStore(store: Store): T;