export type PackageManager = 'npm' | 'yarn' | 'pnpm' | 'global'; export type Environment = Record;