import { Tree } from '@nx/devkit';
/**
 * Prefixes project name with npm scope
 */
export declare function getImportPath(tree: Tree, projectDirectory: string): string;
