/** * Helpers for exporting chat session transcripts to workspace files (HTML wrapper). */ export declare function escapeHtml(text: string): string; export declare function wrapMarkdownExportAsHtml(title: string, markdownBody: string): string;