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