import { Tree } from '@nx/devkit'; export declare function getRootTsConfigPathInTree(tree: Tree): string | null; export interface TsConfigPaths { compilerOptions: { paths?: Record; baseUrl?: string; }; }