/**
 * Comment formatting utilities for DTS output
 */
/**
 * Format comments for DTS output
 */
export declare function formatComments(comments: string[] | undefined, keepComments?: boolean): string;
