export interface HtmlRenderService { render(templateFilename: string, params: Record): Promise; }