export interface ActiveSession { runtime: TRuntime; unsubscribe: () => void; } export type GetActiveSession = (sessionId: string) => Promise>;