import type { ComputedRef } from 'vue' import type { Actions, ComputedGetters, State } from '../types' export declare function useActions( id: string, emits: any, hooksOn: any, state: State, getters: ComputedGetters, nodeIds: ComputedRef, edgeIds: ComputedRef, ): Actions