import { ProjectGraphProcessorContext } from 'nx/src/config/project-graph';
import { ProjectGraphBuilder } from '../project-graph-builder';
import { NxJsonConfiguration } from 'nx/src/config/nx-json';
export declare function buildWorkspaceProjectNodes(ctx: ProjectGraphProcessorContext, builder: ProjectGraphBuilder, nxJson: NxJsonConfiguration): void;
