import type { CommentRequestOptions, CommentSourceInfo, CommentSummaryOptions } from "./comments-types.js";
export declare function formatCommentsOutput(rawComments: unknown, sourceInfo: CommentSourceInfo, options: CommentRequestOptions, characterLimit?: number): string;
export declare function formatCommentsSummary(rawComments: unknown, options: CommentSummaryOptions): string;
