import { Tree } from '@nx/devkit'; /** * Prefixes project name with npm scope */ export declare function getImportPath(tree: Tree, projectDirectory: string): string; //# sourceMappingURL=get-import-path.d.ts.map