import { Store } from 'vuex';
export default function useStore<TState>(): import("@vue/composition-api").ComputedRef<Store<TState>>;
