import { webpack } from 'next/dist/compiled/webpack/webpack'; export declare class NextJsRequireCacheHotReloader implements webpack.Plugin { prevAssets: any; previousOutputPathsWebpack5: Set; currentOutputPathsWebpack5: Set; apply(compiler: webpack.Compiler): void; }