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