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