import type { SpecialHandler } from "./types"; /** * Handle MetaCPAN URLs via fastapi.metacpan.org */ export declare const handleMetaCPAN: SpecialHandler;