import type { ProjectGraph } from '@nx/devkit';
export declare function isReactProject(projectName: string, projectGraph: ProjectGraph): boolean;
