import webpack from 'webpack';
export declare const build: (config: webpack.Configuration, dist: string, publicDir: string) => Promise<void>;