/**
 * Minifies HTML content.
 * @param html The HTML to minify.
 * @param options The options to pass to `html-minifier`.
 */
export declare function minifyHtml(html: string, options?: any): string;
