import { Store } from 'vuex'; type Node = CNode; declare const useNodeService: (store: Store) => Services; export default useNodeService;