/// import * as cleanCss from 'clean-css'; export declare function minifyCSS(content: string, options?: cleanCss.Options): Promise;