/** * CLI command: external-agents * Integration with external AI CLI tools */ export declare function execute(args: string[], options: Record): Promise;