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