import type { VulnerabilityPackage } from '../../../types';
export declare function normalizeNamePerEcosystem({ name, ecosystem, }: VulnerabilityPackage): string;
