import type { Notification } from './types.js'; import EventPolykey from '../EventPolykey.js'; declare abstract class EventNotificationsManager extends EventPolykey { } declare class EventNotificationsManagerStart extends EventNotificationsManager { } declare class EventNotificationsManagerStarted extends EventNotificationsManager { } declare class EventNotificationsManagerStop extends EventNotificationsManager { } declare class EventNotificationsManagerStopped extends EventNotificationsManager { } declare class EventNotificationsManagerDestroy extends EventNotificationsManager { } declare class EventNotificationsManagerDestroyed extends EventNotificationsManager { } declare class EventNotificationsManagerNotification extends EventNotificationsManager { } export { EventNotificationsManager, EventNotificationsManagerStart, EventNotificationsManagerStarted, EventNotificationsManagerStop, EventNotificationsManagerStopped, EventNotificationsManagerDestroy, EventNotificationsManagerDestroyed, EventNotificationsManagerNotification, };