import * as webpack$1 from 'webpack'; import { Configuration } from 'webpack'; import { O as Options } from '../index.d-7a1d21bc.js'; import 'file-system-cache'; import '@babel/core'; import 'express'; import 'http'; declare function webpack(config: Configuration, options: Options): Promise; declare const webpackInstance: () => Promise; declare const webpackVersion: () => Promise; export { webpack, webpackInstance, webpackVersion };