/** * Driver configuration — re-exported from @skaile/workspaces/core. * * This file is a backwards-compatibility shim. All types and functions * originate in skaile-agent-core and are re-exported here so existing * imports within skaile-agent-runner continue to work unchanged. * @docLink packages/runner/dev-guide#config */ export type { DriverPaths, DriverTarget } from "@skaile/workspaces/core"; export { DRIVER_DEFAULTS, DRIVER_TARGETS, resolveDriverPaths, SUPPORTED_DRIVER_TARGETS, } from "@skaile/workspaces/core"; //# sourceMappingURL=config.d.ts.map