import type { NodeRecommendation } from './types'; export declare function formatRecommendation(rec: NodeRecommendation): string;