import type { Result } from '../../../shared/result/Result'; export interface SessionValidatorPort { validateSession(): Promise>; }