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