import type { SpecialHandler } from "./types"; /** * Handle Mastodon/Fediverse URLs */ export declare const handleMastodon: SpecialHandler;