import { Tree } from '../../generators/tree';
export default function removeProjectNameAndRootFormat(tree: Tree): Promise<void>;
