export default class NotificationListener { eventSource: any; constructor(listenUrl: any, app_key: any, eventSourceImpl: any, networkOptions: any); on(eventName: any, handler: any): void; stop(): void; } //# sourceMappingURL=notification_listener.d.ts.map