import type { Session } from './Session'; export type Sessions = { [key: string]: Session; };