import type { UnifiedModel } from "../types.js"; export declare function handleRecommendModel(models: UnifiedModel[], args: Record): { content: { type: "text"; text: string; }[]; isError: boolean; } | { content: { type: "text"; text: string; }[]; isError?: undefined; }; //# sourceMappingURL=recommend.d.ts.map