import { type JsMinifyOptions } from '@swc/core'; import { type Compiler } from 'webpack'; export declare class SwcMinifyPlugin { private name; private options; constructor(options: JsMinifyOptions); apply(compiler: Compiler): void; }