import { Store } from 'vuex'; type Plugin = CPlugin; declare const usePluginService: (store: Store) => Services; export default usePluginService;