import { DotNetClient } from '@nx-dotnet/dotnet';
import { Tree } from '@nx/devkit';
export declare function runDotnetAddProjectToSolution(tree: Tree, dotnetClient: DotNetClient, projectRoot: string, solutionFile: string): void;
export declare function runDotnetAddProjectReference(tree: Tree, hostCsProj: string, targetCsProj: string, dotnetClient: DotNetClient): void;
