import { type SpecialHandler } from "./types"; /** * Handle PubMed URLs - fetch article metadata, abstract, MeSH terms */ export declare const handlePubMed: SpecialHandler;