import type { BuildOptions } from 'vite'; /** Minifies only the completed global native stylesheet, without another browser compatibility or preprocessing pass. */ export declare function minifyMiniStylesheet(css: string, options: Readonly<{ filename: string; minify: BuildOptions['cssMinify']; }>): Promise;