import type { SpecialHandler } from "./types"; /** * Handle pkg.go.dev URLs via proxy API and page parsing */ export declare const handleGoPkg: SpecialHandler;