import { ProjectGraph } from '@nx/devkit';
export declare const getProjectName: (path: string, projectGraph?: ProjectGraph) => string | undefined;
