import TurmsClient from '../turms-client'; import Notification from '../model/notification'; export default class NotificationService { private _turmsClient; private _notificationListeners; constructor(turmsClient: TurmsClient); addNotificationListener(listener: (notification: Notification) => void): void; removeNotificationListener(listener: (notification: Notification) => void): void; } //# sourceMappingURL=notification-service.d.ts.map