import { Tree } from '@nx/devkit';
/**
 * Remove deprecated dependencies from the root and app package.json.
 */
export default function update(tree: Tree): void;
