import type { Plugin } from 'vite';
import type { Options } from 'html-minifier-terser';
export declare function htmlMinifyPlugin(options?: Options): Plugin;
