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