import { BuildType, TowerflowType } from "../interface"; export declare function runWebpack(options: { appPath: string; appType: TowerflowType; buildType: BuildType; distPath: string; ownPath: string; indexPath: string; publicDirPath: string; port?: number; }): void; //# sourceMappingURL=run-webpack.d.ts.map