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