import type { DepInfo } from './DepInfo'; import type { PackageId } from './PackageId'; export type Dependencies = { [key: PackageId]: DepInfo; };