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