import type { SpecialHandler } from "./types"; /** * Handle SEC EDGAR URLs via data.sec.gov API */ export declare const handleSecEdgar: SpecialHandler;