import type { GameData, OddsRow, InjuryData, PropData, LineMovementData, SharpMoveData, CLVData } from './data-queries';
export declare function gamePreviewPrompt(game: GameData, odds: OddsRow[], injuries: InjuryData[], league: string): string;
export declare function propsAnalysisPrompt(league: string, props: PropData[], date: Date): string;
export declare function lineMovementPrompt(league: string, movements: LineMovementData[], sharpMoves: SharpMoveData[]): string;
export declare function weeklyRecapPrompt(league: string, games: GameData[], clvData: CLVData[], weekLabel: string): string;
export declare function educationalGuidePrompt(topic: string, ragContent: string): string;
export declare const GUIDE_TOPICS: string[];
//# sourceMappingURL=prompts.d.ts.map