import { ContentTemplate, SocialPlatform, ContentTone, PredictionInput } from '../types/prediction.js';
export declare const PLATFORM_CONFIGS: Record<SocialPlatform, ContentTemplate>;
export declare class ContentTemplateGenerator {
    static generateAILabel(platform: SocialPlatform): string;
    static generateDisclaimer(platform: SocialPlatform): string;
    static generateBasePrediction(input: PredictionInput, tone?: ContentTone): string;
    static generateFootballHashtags(input: PredictionInput, platform: SocialPlatform): string[];
    static generateCallToAction(platform: SocialPlatform): string;
    static getEmojis(platform: SocialPlatform): string[];
}
//# sourceMappingURL=content-templates.d.ts.map