export declare function sanitizeUserMessageInput(raw: string): string; export declare function formatUserBubbleHtml(cleanText: string): string;