import type { Compiler } from 'webpack'; /** * @deprecated This class will be removed in the next major release, please use @clawject/di/unplugin instead * * @public * */ export declare class ClawjectWebpackPlugin { constructor(); apply(compiler: Compiler): void; } export { }