import { ProjectGraphContext, AddProjectNode } from '../project-graph-models';
export declare function buildWorkspaceProjectNodes(ctx: ProjectGraphContext, addNode: AddProjectNode, fileRead: (s: string) => string): void;
