// Export the class-based service export { DriverService, driverService } from './DriverService'; // Export backward compatibility functions export { getDriverLeaderboard, completeDriverOnboarding, getCurrentDriver } from './DriverService'; export { registerDriver, getDriverRegistrationStatus } from './DriverRegistrationService';