import { Tree } from '@nrwl/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;
