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