import type { OSV } from "./index.ts";
import type { SonatypeVulnerability, NpmAuditAdvisory, PnpmAuditAdvisory } from "../../index.ts";
declare function mapFromNPM(vuln: NpmAuditAdvisory): OSV;
declare function mapFromPnpm(vuln: PnpmAuditAdvisory): OSV;
declare function mapFromSonatype(vuln: SonatypeVulnerability): OSV;
export declare const OSV_VULN_MAPPERS: Readonly<{
    "github-advisory": typeof mapFromNPM;
    "github-advisory_pnpm": typeof mapFromPnpm;
    sonatype: typeof mapFromSonatype;
}>;
export {};
//# sourceMappingURL=mappers.d.ts.map