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