import { NxJsonConfiguration, Tree } from '@nrwl/devkit'; export declare function updateNxJson(tree: Tree, updater: (nxJson: NxJsonConfiguration) => NxJsonConfiguration): void;