import type { TemplateParameter } from 'html-webpack-plugin'; declare function webpackHtmlTemplate(templateParams: TemplateParameter): string; export default webpackHtmlTemplate;