import type { TweetContent } from './types';
export declare function generateGamePreviews(date: Date): Promise<TweetContent[]>;
export declare function generatePropPicks(date: Date): Promise<TweetContent[]>;
export declare function generateLineAlerts(): Promise<TweetContent[]>;
export declare function generateHotTakes(): Promise<TweetContent[]>;
export declare function generateRecaps(): Promise<TweetContent[]>;
export declare function generateBlogPromos(): Promise<TweetContent[]>;
export declare function generateThread(topic: string, dataContext: string): Promise<TweetContent[]>;
export declare function generateRecapThread(): Promise<TweetContent[]>;
export declare function generateWeeklyRecapThread(): Promise<TweetContent[]>;
export declare function generateVideoTweet(): Promise<TweetContent | null>;
export declare function generatePerformanceRecap(): Promise<TweetContent | null>;
export declare function checkEventDrivenAlerts(): Promise<TweetContent[]>;
//# sourceMappingURL=TwitterContentGenerator.d.ts.map