UNPKG

repomix

Version:

A tool to pack repository contents to single file for AI consumption

5 lines (4 loc) 343 B
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;