import type { ReplyDotRenderResult } from './reply.ts'; export type HtmlTemplateFunction = (data?: ReplyDotRenderResult) => string; //# sourceMappingURL=html.d.ts.map