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