import type { ProjectGraph, ProjectGraphNode } from '@nrwl/devkit';
import type { Environment } from '../core/shared-interfaces';
import * as yargs from 'yargs';
import type { NxArgs } from './utils';
export declare function printAffected(affectedProjectsWithTargetAndConfig: ProjectGraphNode[], affectedProjects: ProjectGraphNode[], projectGraph: ProjectGraph, { nxJson }: Environment, nxArgs: NxArgs, overrides: yargs.Arguments): Promise<void>;
export declare function selectPrintAffected(wholeJson: any, wholeSelect: string): any;
