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