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