/// import { Configuration } from 'webpack'; import { Config as Args, Env } from '../commands/args'; import { BabelRC } from '../utils/babel-config'; import { ServerHooks } from '../Bundler'; export declare const createConfig: (args: Args, env: Env) => (babelrc: BabelRC, hooks: ServerHooks) => Promise;