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