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