import { Command, Mode, WebpackConfigs } from './types'; export declare const createWebpackConfig: (configPath: string | undefined, mode: Mode, command: Command) => WebpackConfigs;