export type PackageManager = 'npm' | 'yarn' | 'pnpm' | 'bun';
