export default class SessionData { id: string; data: Record; setDataInSession(key: string, value: T): void; getDataInSession(key: string): any; }