import type { Ecosystem } from './ecosystem.ts'; export declare function packageToPurl(ecosystem: Ecosystem, packageName: string): string;