import { TowerflowType } from "./interface"; export declare function production(options: { appPath: string; appType: TowerflowType; ownPath: string; }): Promise; //# sourceMappingURL=production.d.ts.map