import { Tree } from '@nx/devkit';
/**
 * Read the npm scope that a workspace should use by default
 */
export declare function getNpmScope(tree: Tree): string | undefined;
//# sourceMappingURL=get-npm-scope.d.ts.map