import type { SpecialHandler } from "./types"; /** * Handle dev.to URLs via API */ export declare const handleDevTo: SpecialHandler;