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