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