import type { Options } from "html-minifier-terser";
/**
 * @module HTML
 *
 */
export type Type = Options;
export type { Type as default };
