import type { SpecialHandler } from "./types"; /** * Handle Twitter/X URLs via Nitter */ export declare const handleTwitter: SpecialHandler;