import { PredictionInput, PlatformContent } from '../types/prediction.js';
export declare class TikTokGenerator {
    static generateContent(input: PredictionInput): Promise<PlatformContent>;
    private static generateTikTokAnalysis;
    private static truncateContent;
}
//# sourceMappingURL=tiktok-generator.d.ts.map