import type { PackageURL } from '@socketregistry/packageurl-js'; export declare function idToNpmPurl(id: string): string; export declare function idToPurl(id: string, type: string): string; export declare function resolvePackageVersion(purlObj: PackageURL): string; //# sourceMappingURL=spec.d.mts.map