import type { TweetContent } from './types';
export declare function generateForecastPicks(): Promise<TweetContent[]>;
export declare function generateForecastThread(): Promise<TweetContent[]>;
export declare function generatePiffPropPicks(): Promise<TweetContent[]>;
export declare function generateDailySlate(): Promise<TweetContent[]>;
export declare function generateDailyRecap(): Promise<TweetContent[]>;
export declare function generateMomentumPost(): Promise<TweetContent[]>;
export declare function generateLiveEdgeAlert(): Promise<TweetContent[]>;
export declare function generatePrimeTimeReminder(): Promise<TweetContent[]>;
export declare function generateCTAPost(): Promise<TweetContent[]>;
export declare function generateEducationalPost(): Promise<TweetContent[]>;
//# sourceMappingURL=RainmakerContentGenerator.d.ts.map