import { GeneratorCallback, Tree } from '@nx/devkit';
export default function update(host: Tree): Promise<GeneratorCallback>;
