declare function minifyCSS(value: string): string;
export { minifyCSS };