import type { SpecialHandler } from "./types"; /** * Handle NVD (National Vulnerability Database) CVE URLs */ export declare const handleNvd: SpecialHandler;