import type { ProjectGraph } from '@nx/devkit'; export declare function findAllDependencies(entry: string, projectGraph: ProjectGraph): ReadonlySet;