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