/** * * Returns the path to globally installed * npm packages, depending on the available * package manager determined by `getPackageManager` * * @returns {String} path - Path to global node_modules folder */ export declare function getPathToGlobalPackages(): string;