export interface DriverRatingPort { getRating(driverId: string): { rating: number | null; ratingChange: number | null }; }