import { DoEntity, Event, EventHandler, UiNotificationSystem } from '../index'; export interface UiNotificationEvent extends Event { id: string; topic: string; creationTime: Date; message?: DoEntity; } export type UiNotificationHandler = EventHandler; //# sourceMappingURL=UiNotificationEvent.d.ts.map