/*! Copyright [Amazon.com](http://amazon.com/), Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0 */
import { ProjectGraph } from "@nx/devkit";
export declare function processProjectGraph(graph: ProjectGraph): ProjectGraph;
