import type { runHarnessPair } from "../../../agent-harness/dist/index.js"; import type { WorkflowDriver } from "./types.js"; export type HarnessEntrypoint = typeof runHarnessPair; export declare const harnessDriver: WorkflowDriver;