import { Tree } from '@nx/devkit'; /** * Migrates all "add" targets with @nx-extend/shadcn-ui:add target to become "add-component" */ export default function update(tree: Tree): void;