declare const minifyHtml: (html: string, minify: boolean | object) => Promise; export default minifyHtml;