export declare class NPMPackage { readonly givenPkg: string; readonly pkg: string; readonly suffix?: string; static parse(pkgStr: string): NPMPackage; constructor({ givenPkg, pkg, suffix }: { givenPkg: string; pkg: string; suffix?: string; }); } //# sourceMappingURL=npm-tools.d.ts.map