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