import { Tree } from '@nx/devkit';
import { DotNetClient } from '@nx-dotnet/dotnet';
export default function (host: Tree, _: null, // Nx will populate this with options, which are currently unused.
dotnetClient?: DotNetClient): Promise<void>;
