import type { ProjectGraph } from '@nx/devkit'; /** * Loads the Nx project graph for the current workspace. * Tries to read from cache first, falls back to async creation. */ export declare function loadNxProjectGraph(): Promise;