import { IWebpackOptions } from "../config"; export declare abstract class WebpackBuild { abstract buildSource(options: IWebpackOptions): Promise; }