import type { Root } from 'postcss'; export declare const minify: (root: Root) => Root;