/** * Runs the project's configured TypeScript check with TypeScript 7. * * @param cwd Project directory containing the TypeScript configuration. */ export declare function typecheckProject(cwd: string): Promise; //# sourceMappingURL=project-typecheck.d.ts.map