import webpack from 'webpack'; import { Express } from 'express'; declare const compilerRun: (compiler: webpack.Compiler) => Promise; declare const attachWebpackMiddleware: (app: Express) => Promise; export { compilerRun, attachWebpackMiddleware };