import type { Tree } from '../generators/tree';
export declare function updateNxw(tree: Tree): void;
