import { TowerflowType } from "../interface"; export declare function runTsLint(options: { appPath: string; ownPath: string; appType: TowerflowType; tsconfigPath: string; }): number; //# sourceMappingURL=create-tslint.d.ts.map