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