/** * Model Recommendation Command * * Uses the ModelSupervisor to recommend optimal models for different tasks */ export declare function recommendCommand(): Promise; //# sourceMappingURL=recommend.d.ts.map