import { ProjectConfiguration } from "nx/src/config/workspace-json-project-json"; import { Tree } from "@nrwl/devkit"; export declare function getGraphqlMeshProjects(tree: Tree): Map; export declare function isGraphqlMeshProject(project: any): boolean;