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