import type { Tree } from '@nrwl/devkit';
export declare function getProjectRootPath(tree: Tree, projectName: string): string;
