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