import type { NormalizedComment, ThreadedComment } from "./comments-types.js";
export declare function buildFlatSummary(comments: NormalizedComment[], hasMore: boolean): string;
export declare function buildThreadedSummary(comments: ThreadedComment[], hasMore: boolean): string;
