import { t as NotificationConfiguration } from "./NotificationConfiguration-B4IoNMCE.js"; //#region src/main/NotificationPresenter/NotificationPresenter.d.ts interface NotificationPresenter { showNotification(notificationConfiguration: NotificationConfiguration): Promise; hideNotification(notificationConfiguration: NotificationConfiguration): Promise; } //#endregion export { NotificationPresenter as t };