export declare function getNameVersionBinFromPackageJSON(absolutePathToPackageJSON: string): { version: string; name: string; bin: string; };