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