/**
 * Re-export node recommendation types from the shared @n8n/workflow-sdk/prompts package.
 */
export {
	RecommendationCategory,
	RecommendationCategoryDescription,
	type RecommendationCategoryType,
	type NodeRecommendation,
	type NodeRecommendationDocument,
	type ConnectedNodeRecommendation,
} from '@n8n/workflow-sdk/prompts/node-guidance/node-recommendations';
