export interface ActiveSession { runtime: TRuntime; unsubscribe: () => void; }