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