export declare function isCurrentBinInstalledGlobally(): 'npm' | 'yarn' | false;
