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