import type { CampaignCycle } from "./models.js"; export declare function renderOpportunityReport(cycle: CampaignCycle): string; export declare function renderContentReport(cycle: CampaignCycle): string; export declare function renderProfileHealthReport(cycle: CampaignCycle): string;