import type { Message } from "../../types"; export declare function renderHtml(messages: Message[]): string; //# sourceMappingURL=renderer.d.ts.map