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