export declare class Coordinates { readonly name: string; readonly version: string; readonly group?: string | undefined; constructor(name: string, version: string, group?: string | undefined); toPurl(ecosystem?: string): string; }