/** * Render a Handlebars template with the given context. * Uses noEscape since this is for markdown content, not HTML. * Compiled templates are cached by template string. */ export declare function renderTemplate(template: string, context: Record): string; //# sourceMappingURL=template.d.ts.map