/**
 *
 * @param html
 */
export declare function minify(html: string): string;
