import webpackNormal from 'webpack';
import { SanitizedStyleguidistConfig } from '../types/StyleGuide';
export default function build(config: SanitizedStyleguidistConfig, handler: webpackNormal.Compiler.Handler): webpackNormal.Compiler | webpackNormal.Compiler.Watching;
