import type { ProjectGraph } from '@nx/devkit'; export declare function filterProjectGraph(projectGraph: ProjectGraph, exclude?: string[]): ProjectGraph;