import type { RenderTemplateInput } from './types.js'; export declare function htmlTemplate({ bodyHtml, linkTags, title, favicon, preload, headScriptTags, postBodyScriptTags, preBodyScriptTags, fonts, }: RenderTemplateInput & { fonts?: string; }): string; //# sourceMappingURL=template.d.ts.map