import type { SpecialHandler } from "./types"; /** * Handle Stack Exchange network URLs via API * Supports stackoverflow.com, *.stackexchange.com, superuser.com, serverfault.com, askubuntu.com, etc. */ export declare const handleStackOverflow: SpecialHandler;