/** * Workflow Management Routes */ import { Router } from 'express'; import { WorkflowExecutor } from '../../orchestrator/workflow-executor'; export declare function createWorkflowRoutes(executor: WorkflowExecutor): Router; //# sourceMappingURL=workflow-routes.d.ts.map