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