import { PlannerPost, PowerUpAutoPost } from 'types/entities.types'; export declare const generateAutoPostsForTheNext2Months: (autoPosts: PowerUpAutoPost[]) => PlannerPost[];