import { Tree } from '@nrwl/devkit'; export declare function getRootTsConfigPathInTree(tree: Tree): string | null; export declare function getRelativePathToRootTsConfig(tree: Tree, targetPath: string): string;