import type { Compiler } from 'webpack';
export default class RouteChunksRegisterPlugin {
    apply(compiler: Compiler): void;
}
