/** * recommend — 智能推荐命令 * v6.96.0 */ import { Command } from 'commander'; export interface RecommendOptions { analytics?: boolean; diagnose?: string; period?: string; } export declare function recommendCommand(options: RecommendOptions): Promise; export declare function registerRecommendCommand(program: Command): void; //# sourceMappingURL=recommend.d.ts.map