import type { ProjectGraphExternalNode } from '@nrwl/devkit';
export declare const getPackageVersions: (packages: string[], externalNodes?: Record<string, ProjectGraphExternalNode>) => Record<string, string>;
