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