import { type Tree } from '@nx/devkit'; /** * Update executor options to ensure a smooth transition to v3. * * @param tree the project tree */ export default function update(tree: Tree): Promise;