/// import webpack from "webpack"; import { BuildType, TowerflowType } from "../interface"; export declare function getWebpackConfig(options: { appPath: string; appType: TowerflowType; buildType: BuildType; distPath: string; indexPath: string; ownPath: string; publicDirPath: string; }): webpack.Configuration; //# sourceMappingURL=get-webpack-config.d.ts.map