import { type DependencyManifest } from '@pnpm/types';
export declare function getAllUniqueSpecs(manifests: DependencyManifest[]): Record<string, string>;
