import { TowerflowType } from "./interface"; export declare function init(options: { appName: string; appPath: string; appType: TowerflowType; fatherPath: string; isBypassNpm: boolean; isForce: boolean; ownPath: string; preDefinedPackageJson: object; useCnpm: boolean; }): Promise; //# sourceMappingURL=init.d.ts.map