import { BuildType, TowerflowType } from "../interface"; export declare function runTsc(options: { type: BuildType; appPath: string; appType: TowerflowType; ownPath: string; }): void; //# sourceMappingURL=run-tsc.d.ts.map