import { PredictionInput, PlatformContent } from '../types/prediction.js';
export declare class TwitterGenerator {
    static generateContent(input: PredictionInput): Promise<PlatformContent>;
    private static generateComplianceTweetThread;
    private static generateTweetThread;
    private static createTweet;
}
//# sourceMappingURL=twitter-generator.d.ts.map