import type { EngineOpts, RunReport } from "../workflow/types.js"; export interface RunWorkItemInput { coordRoot: string; workId: string; engine: Omit; retry?: boolean; actor?: string; } export declare function runWorkItem(input: RunWorkItemInput): Promise; //# sourceMappingURL=runner.d.ts.map