import type { RenderContext } from '../output/outputGeneratorTypes.js'; export declare const generateSummarySection: (context: RenderContext, statisticsSection?: string) => string; export declare const generateStructureSection: (context: RenderContext) => string; export declare const generateFilesSection: (context: RenderContext) => string;