/**
 * V2 Prompts — Data-rich, AEO-optimized prompts for SEO content.
 *
 * Key principles:
 * 1. Feed the LLM REAL DATA, not generic context
 * 2. Pre-compute the analysis — LLM just writes the narrative
 * 3. Structure for AEO (Answer Engine Optimization) — direct answers for AI search
 * 4. Every article should have unique data that no competitor has
 */
import type { EnrichedGameData } from './data-enrichment';
export declare function enrichedGamePreviewPrompt(data: EnrichedGameData): string;
//# sourceMappingURL=prompts-v2.d.ts.map