import { Configuration } from 'webpack';
import { Environment } from './types';
export default function (env: Environment): Promise<Configuration>;