import type { SpecialHandler } from "./types"; /** * Handle NuGet URLs via API */ export declare const handleNuGet: SpecialHandler;