import { TemplateType } from "../template-types.js";
import { RenderTemplateOptions } from "./types.js";
export declare const buildHtml: (template: TemplateType) => ({ title, data }: RenderTemplateOptions) => Promise<string>;
