import type { FileComments } from "../types"; export declare function buildCommentsXml(fileCommentsList: FileComments[]): string;