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