import type { SpecialHandler } from "./types"; /** * Handle OSV (Open Source Vulnerabilities) URLs */ export declare const handleOsv: SpecialHandler;