// sootsim driver registry — public entry. export type { Driver, DriverId, DriverKind, DriverAvailability, DriverLaunchOptions, DriverLaunchResult, } from './types' export { ALL_DRIVERS, buildDriverListRows, getAllDrivers, getDriver, resolveDriver, type DriverListRow, } from './registry' export { electronDriver } from './electron' export { playwrightDriver } from './playwright'