/** * @module Parser * */ export type Type = "html-minifier-terser"; export type { Type as default };