import { type Tree } from '@nx/devkit';
export default function (tree: Tree): Promise<void | (() => void)>;
