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