import { ProjectConfiguration } from '@nx/devkit';
export declare function buildStartupAssemblyPath(projectName: string, project: ProjectConfiguration, csProjFilePath: string): string;
