import type { Comment, FindUnresolvedCommentsOutput } from "../schema.js"; /** * Generate summary statistics for filtered comments * @param comments - Filtered comments to analyze * @param includeStatusIndicators - Whether status indicators are included * @param priorityOrdering - Whether priority ordering is enabled * @returns Summary object with statistics */ export declare function generateSummary(comments: Comment[], includeStatusIndicators?: boolean, priorityOrdering?: boolean): FindUnresolvedCommentsOutput["summary"]; //# sourceMappingURL=summary-generator.d.ts.map