/opt/canhelp/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin
Edit: /opt/canhelp/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.d.ts (159B)
import type { webpack } from 'next/dist/compiled/webpack/webpack';
export declare class WellKnownErrorsPlugin {
apply(compiler: webpack.Compiler): void;
}