import { type SpecialHandler } from "./types"; /** * Handle RFC Editor URLs - fetches IETF RFCs */ export declare const handleRfc: SpecialHandler;