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