/** Re-export shim — actual implementation in execution/workflowExecution.ts */ export { executeWorkflow, type WorkflowExecutionResult, type WorkflowExecutionOptions } from './execution/workflowExecution.js';