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