export interface DriverRatingProvider { getRating(driverId: string): number | null; getRatings(driverIds: string[]): Map; }