import type { SpecialHandler } from "./types"; /** * Handle Maven Central URLs via Solr API * Supports: search.maven.org/artifact/... and mvnrepository.com/artifact/... */ export declare const handleMaven: SpecialHandler;