import { Tree } from '@nx/devkit'; import { NormalizedSchema } from '../schema'; /** * Updates the project in the workspace file * * - update all references to the old root path * - change the project name * - change target references */ export declare function updateDefaultProject(tree: Tree, schema: NormalizedSchema): void; //# sourceMappingURL=update-default-project.d.ts.map