/** * html文字列をminify */ declare const minifyHtml: (html: string) => string; export default minifyHtml;