/**
 * Resolves the path to the `tsc` CLI entry point of the installed
 * `typescript` package.
 *
 * Lives in its own module so tests can point the TypeScript 7 emit
 * path at a different TypeScript installation than the one the repo
 * itself depends on.
 */
export declare function resolveTscJsPath(): string;
//# sourceMappingURL=resolve-tsc-js-path.d.ts.map