export interface IEventEmitter { emitSessionCreatedEvent(ttl: number): Promise; emit(e: T): Promise; } //# sourceMappingURL=IEventEmitter.d.ts.map