/** * @module exome/vue */ import { Exome } from "exome"; /** * Subscribes to store instance update events and trigger updates to component accordingly. * * @example: * ```html * * * * {{ count }} * * ``` */ export declare function useStore(store: T): Readonly;