import type { Tree } from '@nx/devkit'; /** * Retrieves the scope of npm project in the package.json file. * * @param tree the project tree */ export declare const getProjectScope: (tree: Tree) => string;