import type { Minifier, MinifyLevel } from '../../_exports/index.js'; export declare function minifyJs(code: string, minifier?: Minifier, level?: MinifyLevel, pureFuncs?: string[]): Promise; //# sourceMappingURL=minify.d.ts.map