import { Command } from 'commander'; export declare class AutonomousCommand { private logger; private configManager; private workflowExecutor; constructor(); private getWorkflowExecutor; createCommand(): Command; private executeWorkflow; private executeQuickTask; private listWorkflows; private checkWorkflowStatus; private getWorkflowResult; private interactiveWorkflowBuilder; private buildInteractiveWorkflowRequest; private displayTaskResult; private mapTaskType; private formatDuration; private exportWorkflowResult; } export default AutonomousCommand; //# sourceMappingURL=autonomous-command.d.ts.map