import { Tree } from 'nx/src/generators/tree';
export declare function getImportPath(tree: Tree, projectDirectory: string): string;
export declare function getNpmScope(tree: Tree): string;
