import type { Compiler, WebpackPluginInstance } from 'webpack'; import type { Options } from './types'; declare class BytenodeWebpackPlugin implements WebpackPluginInstance { private readonly name; private readonly options; constructor(options?: Partial); apply(compiler: Compiler): void; } export { BytenodeWebpackPlugin, }; //# sourceMappingURL=plugin.d.ts.map