import type { SocketArtifact } from './alert/artifact.mts'; import type { PURL_Type } from './ecosystem.mts'; import type { PackageURL } from '@socketregistry/packageurl-js'; export declare function getPkgFullNameFromPurl(purl: string | PackageURL | SocketArtifact): string; export declare function getSocketDevAlertUrl(alertType: string): string; export declare function getSocketDevPackageOverviewUrlFromPurl(purl: string | PackageURL | SocketArtifact): string; export declare function getSocketDevPackageOverviewUrl(ecosystem: PURL_Type, fullName: string, version?: string | undefined): string; //# sourceMappingURL=socket-url.d.mts.map