import type { SpecialHandler } from "./types"; /** * Handle SPDX license URLs via SPDX JSON API */ export declare const handleSpdx: SpecialHandler;