import { Compiler } from 'webpack';
export default function createCompiler(webpackConfig: {}): Compiler;
