/// import { Configuration as CFG } from 'webpack'; import { Bundler } from '../Bundler'; import { Config as Args, Env } from '../commands/args'; export declare const bundler: (args: Args, env: Env) => Bundler;