/**
 * Function which returns the `$store` object from the current component instance.
 *
 * @returns The `$store` object from the current component instance.
 * @deprecated Use `useStore` from `vuex` instead.
 *
 * @public
 */
export { useStore } from 'vuex';
//# sourceMappingURL=use-store.d.ts.map