export declare type PackageManager = 'npm' | 'pnpm' | 'yarn'; export declare function getPkgManager(baseDir: string): PackageManager;