// Copyright (C) 2012-2023 Zammad Foundation, https://zammad-foundation.org/ export { NotificationTypes, type Notification, type NewNotification, } from './types' export { default as useNotifications } from './composable'