import { Store } from 'vuex'; declare const useTaskService: (store: Store) => Services; export default useTaskService;