import type { ConversationSnapshot } from './types'; export declare function renderConversationSnapshot(snapshot: ConversationSnapshot): string;