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