import { WorkflowAutomationService } from '../service/workflow-automation.service'; export declare class WorkflowAutomationController { private readonly workflowAutomationService; constructor(workflowAutomationService: WorkflowAutomationService); updateSequence(body: any, req: Request & { user?: any; }): Promise<{ updated: number; results: any[]; }>; }