export interface SessionHandlerOptions { sessionData: string; cookiePassword?: string; organizationId?: string; }