import { type Tree } from '@nx/devkit';
export declare function readTsConfigPathsFromTree(tree: Tree, tsConfig?: string): import("typescript").MapLike<string[]>;
