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