import type { ProjectGraph } from "../../domain/cartographer/graph/project-graph.js"; export interface BuildGraphResult { readonly graph: ProjectGraph; } export declare function buildGraph(workspaceRoot: string, builderVersion: string, now: string): Promise; //# sourceMappingURL=build-graph.d.ts.map